From fc64ad8789a7c86b2271183d1338ebeafbc7f969 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Tue, 3 May 2022 22:47:02 +0900 Subject: [PATCH] Update unix.rs --- src/interface/unix.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface/unix.rs b/src/interface/unix.rs index 87830a8..2285ebe 100644 --- a/src/interface/unix.rs +++ b/src/interface/unix.rs @@ -241,6 +241,7 @@ pub fn unix_interfaces() -> Vec { let interface: Interface = Interface{ index: 0, name: name.clone(), + friendly_name: None, description: None, if_type: InterfaceType::Unknown, mac_addr: mac.clone(),