[Bug 236983] bnxt(4) VLAN not operational unless explicit "ifconfig promisc" is used on the physical IF

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 3 09:29:34 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236983

            Bug ID: 236983
           Summary: bnxt(4) VLAN not operational unless explicit "ifconfig
                    promisc" is used on the physical IF
           Product: Base System
           Version: 11.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: mops at punkt.de

ifconfig bnxt0 up
ifconfig vlan1 create
ifconfig vlan1 vlan 1 vlandev bnxt0
ifconfig vlan1 inet 192.168.0.1/24

Result: no connection on VLAN1, no packets visible if

tcpdump -n -i vlan1


Workaround:

ifconfig bnxt0 promisc

Working as expected.


Kind regards,
Patrick

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list