aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6to4/files
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-05-19 07:53:08 +0000
committerSteven Barth <cyrus@openwrt.org>2015-05-19 07:53:08 +0000
commit08f057c703fca370fd2f212eef6e0122028be023 (patch)
treeab36479b9a4bbdc9245af4dcfd80acbac2771c98 /package/network/ipv6/6to4/files
parent12969569086d18bd6ee4235224ea098607e860b9 (diff)
downloadupstream-08f057c703fca370fd2f212eef6e0122028be023.tar.gz
upstream-08f057c703fca370fd2f212eef6e0122028be023.tar.bz2
upstream-08f057c703fca370fd2f212eef6e0122028be023.zip
ipv6: remove now unneeded source-dest-routing workarounds
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45700
Diffstat (limited to 'package/network/ipv6/6to4/files')
-rwxr-xr-xpackage/network/ipv6/6to4/files/6to4.sh13
1 files changed, 4 insertions, 9 deletions
diff --git a/package/network/ipv6/6to4/files/6to4.sh b/package/network/ipv6/6to4/files/6to4.sh
index ce1de53ea8..57efc525c5 100755
--- a/package/network/ipv6/6to4/files/6to4.sh
+++ b/package/network/ipv6/6to4/files/6to4.sh
@@ -34,8 +34,8 @@ proto_6to4_setup() {
local iface="$2"
local link="6to4-$cfg"
- local mtu ttl tos ipaddr sourcerouting
- json_get_vars mtu ttl tos ipaddr sourcerouting
+ local mtu ttl tos ipaddr
+ json_get_vars mtu ttl tos ipaddr
( proto_add_host_dependency "$cfg" 0.0.0.0 )
@@ -65,13 +65,8 @@ proto_6to4_setup() {
proto_add_ipv6_address "$local6" 16
proto_add_ipv6_prefix "$prefix6::/48"
- if [ "$sourcerouting" != "0" ]; then
- proto_add_ipv6_route "::" 0 "::192.88.99.1" "" "" "::/128"
- proto_add_ipv6_route "::" 0 "::192.88.99.1" "" "" "$local6/16"
- proto_add_ipv6_route "::" 0 "::192.88.99.1" "" "" "$prefix6::/48"
- else
- proto_add_ipv6_route "::" 0 "::192.88.99.1"
- fi
+ proto_add_ipv6_route "::" 0 "::192.88.99.1" "" "" "$local6/16"
+ proto_add_ipv6_route "::" 0 "::192.88.99.1" "" "" "$prefix6::/48"
proto_add_tunnel
json_add_string mode sit