https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207701
Zhenlei Huang <z...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z...@freebsd.org --- Comment #13 from Zhenlei Huang <z...@freebsd.org> --- A quick test on 14.2-p1, ``` # ifconfig epair create epair0a # ifconfig epair0a epair0a: flags=1008842<BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 options=8<VLAN_MTU> ether 02:3b:b3:8f:9a:0a groups: epair media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> # ifconfig lagg create lagg0 # ifconfig lagg0 lagg0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=800000<HWSTATS> ether 00:00:00:00:00:00 laggproto failover lagghash l2,l3,l4 groups: lagg media: Ethernet autoselect status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> # ifconfig lagg0.300 create lagg0.300: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1496 options=0 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=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> # ifconfig lagg0 laggport epair0a # ifconfig lagg0 lagg0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<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=1<MASTER> groups: lagg media: Ethernet autoselect status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> # ifconfig lagg0.300 lagg0.300: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1496 options=0 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=29<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. -- You are receiving this mail because: You are the assignee for the bug.