Skip to content
Snippets Groups Projects
Commit b64e2fa3 authored by cyrus's avatar cyrus
Browse files

6to4: Remove sourcerouting parameter registration


Commit 31214c38 removes IPv6 unneeded source-dest-routing workarounds;
as a result sourcerouting parameter is unused and can be removed.

Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45940 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent cedaf068
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,6 @@ proto_6to4_init_config() {
proto_config_add_int "mtu"
proto_config_add_int "ttl"
proto_config_add_string "tos"
proto_config_add_boolean "sourcerouting"
}
[ -n "$INCLUDE_ONLY" ] || {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment