From: Steven Barth Date: Mon, 20 Jan 2014 12:53:15 +0000 (+0000) Subject: 6in4: fix typo in config variable (fixes #14830) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c67ec51c85184c4fb3b6cf13f6ffc1e810ecdc6f;p=openwrt%2Fstaging%2Fstintel.git 6in4: fix typo in config variable (fixes #14830) SVN-Revision: 39347 --- diff --git a/package/network/ipv6/6in4/files/6in4.sh b/package/network/ipv6/6in4/files/6in4.sh index d508df788f..c4e547f6de 100755 --- a/package/network/ipv6/6in4/files/6in4.sh +++ b/package/network/ipv6/6in4/files/6in4.sh @@ -97,7 +97,7 @@ proto_6in4_init_config() { proto_config_add_string "password" proto_config_add_int "mtu" proto_config_add_int "ttl" - proto_config_add_boolean "soucerouting" + proto_config_add_boolean "sourcerouting" } [ -n "$INCLUDE_ONLY" ] || {