mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
xs_wan_device -> iiab_wan_device -- oops (#235)
This commit is contained in:
parent
2f528a13de
commit
58f078da43
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ IPTABLES_DATA=/etc/iptables.up.rules
|
|||
IPTABLES=/usr/sbin/iptables
|
||||
IPTABLES_DATA=/etc/sysconfig/iptables
|
||||
{% endif %}
|
||||
LANIF=`cat /etc/sysconfig/xs_lan_device`
|
||||
WANIF=`cat /etc/sysconfig/xs_wan_device`
|
||||
LANIF=`cat /etc/sysconfig/iiab_lan_device`
|
||||
WANIF=`cat /etc/sysconfig/iiab_wan_device`
|
||||
MODE=`grep iiab_network_mode_applied /etc/iiab/iiab.ini | gawk '{print $3}'`
|
||||
|
||||
clear_fw() {
|
||||
|
|
Loading…
Add table
Reference in a new issue