https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219390
Bug ID: 219390
Summary: [ixgbe] [patch] ixgbe stripping vlan_tag by default
Product: Base System
Version: 10.3-STABLE
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Many People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Keywords: patch
Created attachment 182723
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182723&action=edit
if_ix.c is missing vlan hwtagging check
There is a conditional check missing in if_ix.c file in ixgbe_init_locked()
function before ixgbe_setup_vlan_hw_support() call. It lets to strip vlan tag
(vlanhwtag) even if the option is disabled on interface.
My patch attached fix this issue.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"