diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-18 13:07:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-18 13:07:28 +0000 |
commit | c37f550144aacfb98fa95c1f7598d094feb37820 (patch) | |
tree | ae07a932852fc2e3a55350cc2bbb711553d1bfc8 /package/base-files/files/etc/config | |
parent | 36a1feebdd02075b332088cb50045f65f695d630 (diff) | |
download | mtk-20170518-c37f550144aacfb98fa95c1f7598d094feb37820.zip mtk-20170518-c37f550144aacfb98fa95c1f7598d094feb37820.tar.gz mtk-20170518-c37f550144aacfb98fa95c1f7598d094feb37820.tar.bz2 |
Turn on stp by default for bridges (#2476)
SVN-Revision: 9343
Diffstat (limited to 'package/base-files/files/etc/config')
-rw-r--r-- | package/base-files/files/etc/config/network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/config/network b/package/base-files/files/etc/config/network index a35fd2e..5d380d1 100644 --- a/package/base-files/files/etc/config/network +++ b/package/base-files/files/etc/config/network @@ -12,3 +12,4 @@ config interface lan option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 + option stp on |