fix: updates SizeofVfVlanInfo to address #1003

This commit is contained in:
Alex Godwin 2024-08-05 18:56:03 -04:00 committed by Alessandro Boch
parent 8f96fd8b2f
commit 7a4f10d3bc

View File

@ -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