mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
replace 'brctl' with 'bridge'
This commit is contained in:
parent
8bd4895978
commit
5092229fcc
4 changed files with 5 additions and 5 deletions
|
@ -65,7 +65,7 @@
|
|||
command: /usr/bin/iiab-gen-iptables
|
||||
|
||||
- name: Checking if WiFi slave is active
|
||||
shell: brctl show br0 | grep {{ iiab_wireless_lan_iface }} | wc -l
|
||||
shell: bridge -d link | grep {{ iiab_wireless_lan_iface }} | wc -l
|
||||
# when: hostapd_enabled and discovered_wireless_iface != iiab_wan_iface and iiab_lan_iface == "br0"
|
||||
when: hostapd_enabled and iiab_lan_iface == "br0"
|
||||
register: wifi_slave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue