if-pre-up.d script needs to support "bridge" option
Bug #327907 reported by
Brian J. Murrell
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wpasupplicant (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: wpasupplicant
When using wpa_supplicant with a bonded (or bridge) interface one must invoke it with:
# wpa_supplicant -i <wlan_if> -b <bridge_bonded_if> ...
I believe this bridging (or bonding) mode is what the "wpa-iface" parameter in the /etc/network/
So that being the case, when $WPA_IFACE != $IFACE then in the /etc/network/
Thots?
To post a comment you must log in.
Hrm. On further examination, I do see:
if [ -n "$IF_WPA_BRIDGE" ]; then OPTIONS= "$WPA_SUP_ OPTIONS -b $IF_WPA_BRIDGE"
WPA_SUP_
wpa_msg verbose "wpa-bridge $IF_WPA_BRIDGE"
fi
I wonder if specifying it explicitly vs. implicitly as I propose should be necessary.
When would you not want to use "-b $IFACE" when using "-i $WPA_IFACE" and $WPA_IFACE != $IFACE?