odhcp6c: Send RS on start

SVN-Revision: 35137
This commit is contained in:
Steven Barth 2013-01-13 18:06:24 +00:00
parent f0df2006af
commit 0cd21ca785
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcp6c
PKG_VERSION:=2013-01-11
PKG_VERSION:=2013-01-13
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2

View File

@ -19,6 +19,9 @@ prepare_interface() {
ipv6_conf "$device" accept_ra 2
ipv6_conf "$device" forwarding 2
# Send RS
[ -x /usr/sbin/6relayd ] && /usr/sbin/6relayd -s "$device"
}
cleanup_interface() {