Skip to content

Instantly share code, notes, and snippets.

@jim-p
Created January 28, 2013 21:41
Show Gist options
  • Save jim-p/4659354 to your computer and use it in GitHub Desktop.
Save jim-p/4659354 to your computer and use it in GitHub Desktop.
vlanmtu, vlanhwtag, vlanhwfilter, vlanhwcsum, vlanhwtso
If the driver offers user-configurable VLAN support, enable
reception of extended frames, tag processing in hardware, frame
filtering in hardware, checksum offloading, or TSO on VLAN,
respectively. Note that this must be issued on a physical inter-
face associated with vlan(4), not on a vlan(4) interface itself.
-vlanmtu, -vlanhwtag, -vlanhwfilter, -vlanhwtso
If the driver offers user-configurable VLAN support, disable
reception of extended frames, tag processing in hardware, frame
filtering in hardware, or TSO on VLAN, respectively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment