mirror of https://github.com/vishvananda/netlink
fix: updates SizeofVfVlanInfo to address #1003
This commit is contained in:
parent
8f96fd8b2f
commit
7a4f10d3bc
|
@ -321,7 +321,7 @@ const (
|
|||
const (
|
||||
SizeofVfMac = 0x24
|
||||
SizeofVfVlan = 0x0c
|
||||
SizeofVfVlanInfo = 0x0e
|
||||
SizeofVfVlanInfo = 0x10
|
||||
SizeofVfTxRate = 0x08
|
||||
SizeofVfRate = 0x0c
|
||||
SizeofVfSpoofchk = 0x08
|
||||
|
|
Loading…
Reference in New Issue