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