Skip to content

Commit

Permalink
interface: mac address initialization.
Browse files Browse the repository at this point in the history
Have the mac address correctly initialized
when an interface is coming up

Signed-off-by: Paul Wekesa <paul1tw1@gmail.com>
  • Loading branch information
Paul-weqe committed Sep 18, 2024
1 parent 080f395 commit 80acbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holo-interface/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 80acbc4

Please sign in to comment.