From 80acbc4a4a80a78c34674797b58e722d6206cadb Mon Sep 17 00:00:00 2001 From: Paul Wekesa Date: Wed, 18 Sep 2024 09:21:56 +0300 Subject: [PATCH] interface: mac address initialization. Have the mac address correctly initialized when an interface is coming up Signed-off-by: Paul Wekesa --- holo-interface/src/interface.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holo-interface/src/interface.rs b/holo-interface/src/interface.rs index d4b24b46..5da93583 100644 --- a/holo-interface/src/interface.rs +++ b/holo-interface/src/interface.rs @@ -223,7 +223,7 @@ impl Interfaces { addresses: Default::default(), owner: Owner::SYSTEM, vrrp: None, - mac_address: Default::default(), + mac_address, }; // Notify protocol instances about the interface update.