mirror of https://github.com/aredn/aredn.git
bugfix: "Disable default route" not kept during OTA upgrade.
This commit is contained in:
parent
ae2bc531b2
commit
af97ce3f49
|
@ -11,6 +11,7 @@ lan_proto = static
|
|||
lan_ip = 172.27.1.1
|
||||
lan_mask = 255.255.255.0
|
||||
lan_dhcp = 1
|
||||
lan_dhcp_noroute = 0
|
||||
|
||||
dhcp_start = 5
|
||||
dhcp_end = 25
|
||||
|
|
|
@ -8,6 +8,7 @@ lan_proto = static
|
|||
lan_ip = 172.27.2.1
|
||||
lan_mask = 255.255.255.0
|
||||
lan_dhcp = 1
|
||||
lan_dhcp_noroute = 0
|
||||
|
||||
dhcp_start = 5
|
||||
dhcp_end = 25
|
||||
|
|
|
@ -14,6 +14,7 @@ lan_proto = static
|
|||
lan_ip = 172.27.0.1
|
||||
lan_mask = 255.255.255.0
|
||||
lan_dhcp = 1
|
||||
lan_dhcp_noroute = 0
|
||||
|
||||
dhcp_start = 5
|
||||
dhcp_end = 25
|
||||
|
|
|
@ -12,6 +12,7 @@ lan_ip = 172.27.0.2
|
|||
lan_mask = 255.255.255.0
|
||||
lan_dhcp = 0
|
||||
lan_gw = 172.27.0.1
|
||||
lan_dhcp_noroute = 0
|
||||
|
||||
dhcp_start = 5
|
||||
dhcp_end = 25
|
||||
|
|
|
@ -4,6 +4,7 @@ lan_proto = static
|
|||
lan_ip = 172.27.3.1
|
||||
lan_mask = 255.255.255.0
|
||||
lan_dhcp = 1
|
||||
lan_dhcp_noroute = 0
|
||||
|
||||
dhcp_start = 5
|
||||
dhcp_end = 25
|
||||
|
|
Loading…
Reference in New Issue