[Bug 258850] lagg(4): interface vanishes when both member interfaces are inactive/unassociated, and members cannot be reactivated

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 02 Oct 2021 15:38:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258850

--- 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

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