Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2018 18:55:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 225362] Creating VLAN
Message-ID:  <bug-225362-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225362

            Bug ID: 225362
           Summary: Creating VLAN
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: vermaden@interia.pl

Look at this command:

# ifconfig em0.4 create vlan 2 vlandev em0 inet 10.0.0.1/24

Theoretically it should create interface 'em0.4' with VLAN '2', but it crea=
tes
interface 'em0.4' with VLAN '4'.

# ifconfig em0.4
em0.4: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 15=
00
        options=3D103<RXCSUM,TXCSUM,TSO4>
        ether xx:xx:xx:xx:xx:xx
        inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255=20
        inet6 fe80::f2de:f1ff:febd:51ae%em0.4 prefixlen 64 scopeid 0x6=20
        nd6 options=3D21<PERFORMNUD,AUTO_LINKLOCAL>
        media: Ethernet autoselect
        status: no carrier
        vlan: 4 vlanpcp: 0 parent interface: em0
        groups: vlan=20

Is that a bug?

Regards.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225362-8>