Date: Sat, 02 Oct 2021 15:38:30 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 258850] lagg(4): interface vanishes when both member interfaces are inactive/unassociated, and members cannot be reactivated Message-ID: <bug-258850-7501-8IIrAb8FDH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258850-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-258850-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=3D258850 --- Comment #18 from John Westbrook <john.westbrook@gmail.com> --- Example 1: WiFi associated, wired disconnected; recovered # ifconfig -a > example1.ifconfig.before.txt # ifconfig wlan0 down # ifconfig -a > example1.ifconfig.after.txt # ifconfig wlan0 up # ifconfig lagg0 create # ifconfig lagg0 up laggproto failover laggport wlan0 laggport em0 # ifconfig -a > example1.ifconfig.recovered.txt Example 2: WiFi associated, wired connected; unrecovered # ifconfig -a > example2.ifconfig.before.txt # ifconfig em0 down # ifconfig -a > example2.ifconfig.after.txt # ifconfig em0 up # ifconfig -a > example2.ifconfig.unrecovered.txt Example 3: WiFi down, wired disconnected; error message # ifconfig wlan0 down # ifconfig > example3.ifconfig.before.txt # ifconfig lagg0 create # ifconfig lagg0 up laggproto failover laggport wlan0 laggport em0 # ifconfig > example3.ifconfig.after1.txt # ifconfig -a > example3.ifconfig.after2.txt --=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-258850-7501-8IIrAb8FDH>