cloud-hypervisor/net_util/src
Anatol Belski 5343b0ac18 net_util: Fix usage of deprecated mac_address method
This fixes the build warning below

warning: use of deprecated item 'tap::tests::pnet::datalink::NetworkInterface::mac_address': Please use NetworkInterface's field 'mac' instead.
   --> net_util/src/tap.rs:530:24
    |
530 |             (interface.mac_address(), tx, rx)
    |                        ^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

Signed-off-by: Anatol Belski <ab@php.net>
2020-06-11 08:23:01 +01:00
..
lib.rs net_util: Add helper for generating a random local MAC 2019-05-10 16:32:39 +02:00
mac.rs net_util: Implement FromStr for MacAddr 2020-04-06 10:31:24 +01:00
tap.rs net_util: Fix usage of deprecated mac_address method 2020-06-11 08:23:01 +01:00