Skip to content

Commit

Permalink
fix: updates SizeofVfVlanInfo to address #1003
Browse files Browse the repository at this point in the history
  • Loading branch information
mega-alex authored and aboch committed Aug 6, 2024
1 parent 8f96fd8 commit 7a4f10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nl/link_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const (
const (
SizeofVfMac = 0x24
SizeofVfVlan = 0x0c
SizeofVfVlanInfo = 0x0e
SizeofVfVlanInfo = 0x10
SizeofVfTxRate = 0x08
SizeofVfRate = 0x0c
SizeofVfSpoofchk = 0x08
Expand Down

0 comments on commit 7a4f10d

Please sign in to comment.