Date: Fri, 21 Feb 2025 15:07:28 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 207701] vlan interface over failover lagg has empty/00:00:00:00:00:00 mac/ether address Message-ID: <bug-207701-7501-rnnHEVF771@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207701-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-207701-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207701 Zhenlei Huang <zlei@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zlei@FreeBSD.org --- Comment #13 from Zhenlei Huang <zlei@FreeBSD.org> --- A quick test on 14.2-p1, ``` # ifconfig epair create epair0a # ifconfig epair0a epair0a: flags=3D1008842<BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metr= ic 0 mtu 1500 options=3D8<VLAN_MTU> ether 02:3b:b3:8f:9a:0a groups: epair media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>) status: active nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> # ifconfig lagg create lagg0 # ifconfig lagg0 lagg0: flags=3D8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=3D800000<HWSTATS> ether 00:00:00:00:00:00 laggproto failover lagghash l2,l3,l4 groups: lagg media: Ethernet autoselect status: no carrier nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> # ifconfig lagg0.300 create lagg0.300: flags=3D8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1= 496 options=3D0 ether 00:00:00:00:00:00 groups: vlan vlan: 300 vlanproto: 802.1q vlanpcp: 0 parent interface: lagg0 media: Ethernet autoselect status: no carrier nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> # ifconfig lagg0 laggport epair0a # ifconfig lagg0 lagg0: flags=3D8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=3D8<VLAN_MTU> ether 02:3b:b3:8f:9a:0a hwaddr 00:00:00:00:00:00 laggproto failover lagghash l2,l3,l4 laggport: epair0a flags=3D1<MASTER> groups: lagg media: Ethernet autoselect status: no carrier nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> # ifconfig lagg0.300 lagg0.300: flags=3D8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1= 496 options=3D0 ether 02:3b:b3:8f:9a:0a groups: vlan vlan: 300 vlanproto: 802.1q vlanpcp: 0 parent interface: lagg0 media: Ethernet autoselect status: no carrier nd6 options=3D29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> ``` The ether address of vlan lagg0.300 is updated correctly when a port member= is added to lagg interface. I think this issue has been fixed. --=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-207701-7501-rnnHEVF771>