aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/odhcp6c/files/dhcpv6.script
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-01-29 10:13:44 +0000
committerSteven Barth <steven@midlink.org>2013-01-29 10:13:44 +0000
commit898917f61622bbe3f810d4c75d38b96939fa073b (patch)
treea4c4e2f7e17c7b7ca8659627efffdab83792d6c2 /package/network/ipv6/odhcp6c/files/dhcpv6.script
parentcfda22b8c6561906fc5440ecbca68314c9c6d0da (diff)
downloadmaster-187ad058-898917f61622bbe3f810d4c75d38b96939fa073b.tar.gz
master-187ad058-898917f61622bbe3f810d4c75d38b96939fa073b.tar.bz2
master-187ad058-898917f61622bbe3f810d4c75d38b96939fa073b.zip
odhcp6c: remove IPv6 forwarding-sysctl workaround
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35370 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/odhcp6c/files/dhcpv6.script')
-rwxr-xr-xpackage/network/ipv6/odhcp6c/files/dhcpv6.script4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.script b/package/network/ipv6/odhcp6c/files/dhcpv6.script
index f2161c2339..be91d16422 100755
--- a/package/network/ipv6/odhcp6c/files/dhcpv6.script
+++ b/package/network/ipv6/odhcp6c/files/dhcpv6.script
@@ -10,7 +10,6 @@ ipv6_conf() {
prepare_interface() {
local device="$1"
ipv6_conf "$device" accept_ra 2
- ipv6_conf "$device" forwarding 2
# Send RS
if [ -x /usr/sbin/6relayd ]; then
@@ -24,8 +23,7 @@ prepare_interface() {
cleanup_interface() {
local device="$1"
- ipv6_conf "$device" accept_ra 1
- ipv6_conf "$device" forwarding 1
+ ipv6_conf "$device" accept_ra 0
}
setup_interface () {