Skip to content

Commit 7a4f10d

Browse files
mega-alexaboch
authored andcommitted
fix: updates SizeofVfVlanInfo to address #1003
1 parent 8f96fd8 commit 7a4f10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nl/link_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ const (
321321
const (
322322
SizeofVfMac = 0x24
323323
SizeofVfVlan = 0x0c
324-
SizeofVfVlanInfo = 0x0e
324+
SizeofVfVlanInfo = 0x10
325325
SizeofVfTxRate = 0x08
326326
SizeofVfRate = 0x0c
327327
SizeofVfSpoofchk = 0x08

0 commit comments

Comments
 (0)