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>
This commit is contained in:
Jose Diaz de Grenu 2017-08-29 10:48:32 +02:00
parent d7c8fa4b9a
commit e6beba4cb0
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## Example bridge between eth0 and wlan0 ## Example bridge between eth0 and wlan1
#auto br0 #auto br0
#iface br0 inet static #iface br0 inet static
# bridge_ports eth0 wlan0 # bridge_ports eth0 wlan1
# address 192.168.42.50 # address 192.168.42.50
# netmask 255.255.255.0 # netmask 255.255.255.0