rb532: add wan interface
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41543
This commit is contained in:
parent
9a4ba281f6
commit
075249997f
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ config interface loopback
|
||||||
option ipaddr 127.0.0.1
|
option ipaddr 127.0.0.1
|
||||||
option netmask 255.0.0.0
|
option netmask 255.0.0.0
|
||||||
|
|
||||||
|
config interface wan
|
||||||
|
option ifname eth0
|
||||||
|
option proto dhcp
|
||||||
|
|
||||||
config interface lan
|
config interface lan
|
||||||
option ifname eth2
|
option ifname eth2
|
||||||
option proto static
|
option proto static
|
||||||
|
|
Loading…
Reference in a new issue