diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-11 09:01:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-11 09:01:38 +0000 |
commit | 64734f94c766172e3032401d19260f51c1f46b64 (patch) | |
tree | 2b4bc888899dce207d06308cae13f979128d6032 /package/base-files/files/etc/config | |
parent | 1f802675efe51029912d6c2391b054011e93abe0 (diff) | |
download | upstream-64734f94c766172e3032401d19260f51c1f46b64.tar.gz upstream-64734f94c766172e3032401d19260f51c1f46b64.tar.bz2 upstream-64734f94c766172e3032401d19260f51c1f46b64.zip |
Add 6tunnel configuration for tunnel brokers based configuration (not SiXXS), disabled by default
SVN-Revision: 9259
Diffstat (limited to 'package/base-files/files/etc/config')
-rw-r--r-- | package/base-files/files/etc/config/6tunnel | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/base-files/files/etc/config/6tunnel b/package/base-files/files/etc/config/6tunnel new file mode 100644 index 0000000000..efd8f817c7 --- /dev/null +++ b/package/base-files/files/etc/config/6tunnel @@ -0,0 +1,6 @@ +config 6tunnel + option tnlifname 'sixbone' + option remoteip4 '' + option localip4 '' + option localip6 '' + option prefix '/64' |