Skip to content

Commit

Permalink
vrrp: rename unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Wekesa<[email protected]>
  • Loading branch information
Paul-weqe committed Sep 17, 2024
1 parent 15bc50d commit 275f9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holo-interface/src/netlink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ pub(crate) async fn vlan_create(
pub(crate) async fn macvlan_create(
handle: &Handle,
name: String,
mac_address: Option<[u8; 6]>,
_mac_address: Option<[u8; 6]>,
parent_ifindex: u32,
) {
// Create netlink request
Expand Down

0 comments on commit 275f9c7

Please sign in to comment.