It may be a little bit more future-proof to use [`NetworkInterface`](https://docs.rs/pnet/latest/pnet/datalink/struct.NetworkInterface.html) structure to represent a network interface rather than the current [`Interface`](https://github.com/nrybowski/DUNE/blob/cb10f005a9109fec4f7a62e15d659961f63ecaae/dune-core/src/cfg.rs#L276). However, the required Traits do not seem to be implemented by `NetworkInterface`.
It may be a little bit more future-proof to use
NetworkInterfacestructure to represent a network interface rather than the currentInterface.However, the required Traits do not seem to be implemented by
NetworkInterface.