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 | b809f6233e7fdcc1852f9c7ff5d8ffbbd00262cb (patch) | |
tree | ba40a647de9f2557d99e4f6bd1afe22f981eba9a /package/base-files/files/etc/config/6tunnel | |
parent | 0500cd883ae7ca2350a5160d45850da7ba1d1660 (diff) | |
download | master-187ad058-b809f6233e7fdcc1852f9c7ff5d8ffbbd00262cb.tar.gz master-187ad058-b809f6233e7fdcc1852f9c7ff5d8ffbbd00262cb.tar.bz2 master-187ad058-b809f6233e7fdcc1852f9c7ff5d8ffbbd00262cb.zip |
Add 6tunnel configuration for tunnel brokers based configuration (not SiXXS), disabled by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9259 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/config/6tunnel')
-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' |