6relayd: avoid a race-condition with looping RAs
SVN-Revision: 35260
This commit is contained in:
parent
f129c6786e
commit
8a97d823a4
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue