From 696042525701502a69fd67e1fb01aa16e9276822 Mon Sep 17 00:00:00 2001 From: Alex Godwin Date: Mon, 5 Aug 2024 18:56:03 -0400 Subject: [PATCH] fix: updates SizeofVfVlanInfo to address #1003 --- nl/link_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nl/link_linux.go b/nl/link_linux.go index 9492c5c7..744f4137 100644 --- a/nl/link_linux.go +++ b/nl/link_linux.go @@ -321,7 +321,7 @@ const ( const ( SizeofVfMac = 0x24 SizeofVfVlan = 0x0c - SizeofVfVlanInfo = 0x0e + SizeofVfVlanInfo = 0x10 SizeofVfTxRate = 0x08 SizeofVfRate = 0x0c SizeofVfSpoofchk = 0x08