diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-15 13:08:10 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-15 13:08:10 +0000 |
commit | 811cd2acf4ff784a746c421685ef189971beb141 (patch) | |
tree | a784793945e11eb313460d7e6d3ae649f659caa7 /package/network/ipv6/6to4/files | |
parent | 2a94f67029eb9c58faca930687751f0ca7202050 (diff) | |
download | upstream-811cd2acf4ff784a746c421685ef189971beb141.tar.gz upstream-811cd2acf4ff784a746c421685ef189971beb141.tar.bz2 upstream-811cd2acf4ff784a746c421685ef189971beb141.zip |
6to4: add support for native IPv6 prefix handling
SVN-Revision: 35172
Diffstat (limited to 'package/network/ipv6/6to4/files')
-rwxr-xr-x | package/network/ipv6/6to4/files/6to4.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/ipv6/6to4/files/6to4.sh b/package/network/ipv6/6to4/files/6to4.sh index 145f78a239..6f2fbd840c 100755 --- a/package/network/ipv6/6to4/files/6to4.sh +++ b/package/network/ipv6/6to4/files/6to4.sh @@ -63,6 +63,7 @@ proto_6to4_setup() { proto_init_update "$link" 1 proto_add_ipv6_address "$local6" 16 + proto_add_ipv6_prefix "$prefix6::/48" proto_add_ipv6_route "::" 0 "::192.88.99.1" proto_add_tunnel |