include second ethernet interface in bridge after r20022
SVN-Revision: 21307
This commit is contained in:
parent
1017215649
commit
6e30a4b087
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ config interface loopback
|
||||||
|
|
||||||
config interface lan
|
config interface lan
|
||||||
option type bridge
|
option type bridge
|
||||||
option ifname eth0
|
option ifname "eth0 eth1"
|
||||||
option proto static
|
option proto static
|
||||||
option ipaddr 192.168.1.1
|
option ipaddr 192.168.1.1
|
||||||
option netmask 255.255.255.0
|
option netmask 255.255.255.0
|
||||||
|
|
Loading…
Reference in a new issue