Date: Tue, 10 May 2022 08:22:38 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 261100] After update to FreeBSD 13 Stable ( stable/13 aef4a2f5a ) lagg0 stop receiving traffic Message-ID: <bug-261100-227-B5CiNUGHxV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-261100-227@https.bugs.freebsd.org/bugzilla/> References: <bug-261100-227@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=3D261100 --- Comment #2 from Rumen Palov <rpalov@e-card.bg> --- Hello all, the reason for not receiving traffic in FreeBSD 13.0 / 13.1 is the present = vlan devices in cloned_interfaces pragma in /etc/rc.conf.=20 When we remove the vlans from cloned_interfaces they are working properly. To be more clear, when we have configuration like this, after update from FreeBSD 12 to FreeBSD 13, vlans stop working:=20 cloned_interfaces=3D"lagg0 vlan100" vlans_lagg0=3D"vlan100" .......... create_args_vlan100=3D"vlan 100 vlandev lagg0" ifconfig_vlan100=3D"inet 192.168.0.1/24" When we remove the vlan100 from cloned_interfaces, vlans start working. Until FreeBSD 13 they are working even present in cloned_interfaces. What change is affecting that behavior ? --=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-261100-227-B5CiNUGHxV>