6relayd: avoid a race-condition with looping RAs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35260 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Steven Barth 2013-01-21 10:42:31 +00:00
parent 98901eabf5
commit 180a1254ca
2 changed files with 2 additions and 1 deletions

View File

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

View File

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