projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sysupgrade for adm5120
[openwrt.git]
/
target
/
linux
/
ar7
/
base-files
/
etc
/
config
/
network
diff --git
a/target/linux/ar7/base-files/etc/config/network
b/target/linux/ar7/base-files/etc/config/network
index
b607a30
..
88ddee0
100644
(file)
--- a/
target/linux/ar7/base-files/etc/config/network
+++ b/
target/linux/ar7/base-files/etc/config/network
@@
-7,12
+7,12
@@
config interface loopback
option netmask 255.0.0.0
config interface lan
option netmask 255.0.0.0
config interface lan
+ option type bridge
option ifname eth0
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
option ifname eth0
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
-
-
+ option nat 1
## Example for ATM bridging.
## Useful for PPPoE or IP over ATM. Will create 'nas${unit}'
## Example for ATM bridging.
## Useful for PPPoE or IP over ATM. Will create 'nas${unit}'
@@
-22,7
+22,7
@@
config interface lan
# option encaps llc
# option vpi 8
# option vci 35
# option encaps llc
# option vpi 8
# option vci 35
-# option payload
routed # some ISPs need this set to 'bridg
ed'
+# option payload
bridged # some ISPs need this set to 'rout
ed'
# config interface wan
# config interface wan
This page took
0.0251 seconds
and
4
git commands to generate.