6relayd: avoid a race-condition with looping RAs

SVN-Revision: 35260
This commit is contained in:
Steven Barth 2013-01-21 10:42:31 +00:00
parent f129c6786e
commit 8a97d823a4
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