6relayd: remove IPv6 forwarding-sysctl workaround

SVN-Revision: 35371
This commit is contained in:
Steven Barth 2013-01-29 10:13:49 +00:00
parent 1a0b207d61
commit 78a6439784
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=6relayd
PKG_VERSION:=2013-01-21.1
PKG_VERSION:=2013-01-28
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2

View file

@ -37,7 +37,6 @@ start_6relayd() {
master="$slave"
else
[ -n "$slave" ] && append slaves "$slave"
echo 1 > "/proc/sys/net/ipv6/conf/$slave/forwarding"
fi
done