bugfix: node setup errors out on saving network file

Several _intf entries in the network file were named in reverse causing the node-setup script to be unable to save them
This commit is contained in:
Conrad Lara - KG6JEI 2015-03-26 01:47:06 -07:00
parent dc22c906b0
commit 93b922596f
4 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ config interface lan
#### WAN configuration
config interface wan
option ifname "<intf_wan>"
option ifname "<wan_intf>"
option proto <wan_proto>
option ipaddr <wan_ip>
option netmask <wan_mask>

View File

@ -18,7 +18,7 @@ config interface lan
#### WAN configuration
config interface wan
option ifname "<intf_wan>"
option ifname "<wan_intf>"
option proto <wan_proto>
option ipaddr <wan_ip>
option netmask <wan_mask>
@ -34,7 +34,7 @@ config interface wifi
#### device to device configuration
config interface dtdlink
option ifname "<intf_dtdlink>"
option ifname "<dtdlink_intf>"
option proto static
option ipaddr <dtdlink_ip>
option netmask 255.0.0.0

View File

@ -19,5 +19,5 @@ config interface lan
#### WAN configuration
config interface wan
option ifname "<intf_wan>"
option ifname "<wan_intf>"
option proto <wan_proto>

View File

@ -19,7 +19,7 @@ config interface lan
#### WAN configuration
config interface wan
option ifname "<intf_wan>"
option ifname "<wan_intf>"
option proto <wan_proto>
option ipaddr <wan_ip>
option netmask <wan_mask>