init-ifupdown: use wlan1 for the bridging example
wlan1 is the interface used for SoftAP, so use that one instead. This also
matches with the 'Network bridging' chapter of the documentation.
https://jira.digi.com/browse/DEL-4823
Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
(cherry picked from commit e6beba4cb0)
This commit is contained in:
parent
6c3dfad878
commit
8b24f919b2
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
## Example bridge between eth0 and wlan0
|
||||
## Example bridge between eth0 and wlan1
|
||||
#auto br0
|
||||
#iface br0 inet static
|
||||
# bridge_ports eth0 wlan0
|
||||
# bridge_ports eth0 wlan1
|
||||
# address 192.168.42.50
|
||||
# netmask 255.255.255.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue