mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use wifi_up_down to set iiab_wireless_lan_iface
This commit is contained in:
parent
4d9d925db8
commit
640dbd64ea
4 changed files with 11 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Basic configuration
|
||||
|
||||
interface=ap0
|
||||
interface={{ iiab_wireless_lan_iface }}
|
||||
|
||||
ssid={{ host_ssid }}
|
||||
channel={{ host_channel }}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ require dhcp_server_identifier
|
|||
slaac private
|
||||
|
||||
# IIAB
|
||||
denyinterfaces ap0
|
||||
denyinterfaces {{ iiab_wireless_lan_iface }}
|
||||
|
||||
# Setting iiab_wired_lan_iface would install the device as a slave under
|
||||
# br0 so we need to turn off the dhcp client in that network layout.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue