aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-06-10 11:50:09 +0000
committerSteven Barth <cyrus@openwrt.org>2015-06-10 11:50:09 +0000
commit66f9d344b1b723cdb1a5c5771fc830c6b77f84c9 (patch)
tree5c6cb300c654f618dcace878c9ba25f804f984f7 /package
parent9fbd6d0ba0af16648e9d6b70bab953184a263d94 (diff)
downloadupstream-66f9d344b1b723cdb1a5c5771fc830c6b77f84c9.tar.gz
upstream-66f9d344b1b723cdb1a5c5771fc830c6b77f84c9.tar.bz2
upstream-66f9d344b1b723cdb1a5c5771fc830c6b77f84c9.zip
6rd: Remove sourcerouting parameter registration
Commit 31214c38c8dd0f70366b523f9b0335145b9386bd removes IPv6 unneeded source-dest-routing workarounds; as a result sourcerouting parameter is unused and can be removed. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45939
Diffstat (limited to 'package')
-rw-r--r--package/network/ipv6/6rd/files/6rd.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/ipv6/6rd/files/6rd.sh b/package/network/ipv6/6rd/files/6rd.sh
index 6c68b3bcb4..62d35b6994 100644
--- a/package/network/ipv6/6rd/files/6rd.sh
+++ b/package/network/ipv6/6rd/files/6rd.sh
@@ -94,7 +94,6 @@ proto_6rd_init_config() {
proto_config_add_string "ip6prefixlen"
proto_config_add_string "ip4prefixlen"
proto_config_add_string "tunlink"
- proto_config_add_boolean "sourcerouting"
proto_config_add_string "zone"
}