diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-05-04 14:17:03 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-05-04 14:17:03 +0000 |
commit | 326c6c3d1d1f3396f708f695e19070fb7247965c (patch) | |
tree | 2ddee2cd81c68606d0fb185abbfbad5d58ed5ac8 /target/linux/ar7/base-files/etc | |
parent | 533d5126e183ae149d4b500e6ed12e305c3988b7 (diff) | |
download | upstream-326c6c3d1d1f3396f708f695e19070fb7247965c.tar.gz upstream-326c6c3d1d1f3396f708f695e19070fb7247965c.tar.bz2 upstream-326c6c3d1d1f3396f708f695e19070fb7247965c.zip |
set default atm-bridge payload to 'bridged' so we don't break old configs
SVN-Revision: 11044
Diffstat (limited to 'target/linux/ar7/base-files/etc')
-rw-r--r-- | target/linux/ar7/base-files/etc/config/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/base-files/etc/config/network b/target/linux/ar7/base-files/etc/config/network index b607a3023b..16efdacb29 100644 --- a/target/linux/ar7/base-files/etc/config/network +++ b/target/linux/ar7/base-files/etc/config/network @@ -22,7 +22,7 @@ config interface lan # option encaps llc # option vpi 8 # option vci 35 -# option payload routed # some ISPs need this set to 'bridged' +# option payload bridged # some ISPs need this set to 'routed' # config interface wan |