mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
netifd: remove IPv6 forwarding-sysctl workaround
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35369 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
581546b6d2
commit
cfda22b8c6
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=netifd
|
||||
PKG_VERSION:=2013-01-28.2
|
||||
PKG_VERSION:=2013-01-29
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
@ -9,7 +9,6 @@ case "$ACTION" in
|
||||
|
||||
if [ "$proto" = "static" -a "$ip6slaac" = "1" ]; then
|
||||
echo 2 > "/proc/sys/net/ipv6/conf/$DEVICE/accept_ra"
|
||||
echo 2 > "/proc/sys/net/ipv6/conf/$DEVICE/forwarding"
|
||||
|
||||
# Though this should be save here, it is not recommended
|
||||
echo 1 > "/proc/sys/net/ipv6/conf/$DEVICE/disable_ipv6"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user