mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
6relayd: remove IPv6 forwarding-sysctl workaround
SVN-Revision: 35371
This commit is contained in:
parent
1a0b207d61
commit
78a6439784
@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=6relayd
|
PKG_NAME:=6relayd
|
||||||
PKG_VERSION:=2013-01-21.1
|
PKG_VERSION:=2013-01-28
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
|
@ -37,7 +37,6 @@ start_6relayd() {
|
|||||||
master="$slave"
|
master="$slave"
|
||||||
else
|
else
|
||||||
[ -n "$slave" ] && append slaves "$slave"
|
[ -n "$slave" ] && append slaves "$slave"
|
||||||
echo 1 > "/proc/sys/net/ipv6/conf/$slave/forwarding"
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user