aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/odhcp6c/files
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-01-13 18:06:24 +0000
committerSteven Barth <cyrus@openwrt.org>2013-01-13 18:06:24 +0000
commit0cd21ca7859500f7045013dfecba9427c5f0b22a (patch)
tree64a9163461cd988cf99b8eee5f616607523fd907 /package/network/ipv6/odhcp6c/files
parentf0df2006af4b7d365c313f6028addc80467cb10f (diff)
downloadupstream-0cd21ca7859500f7045013dfecba9427c5f0b22a.tar.gz
upstream-0cd21ca7859500f7045013dfecba9427c5f0b22a.tar.bz2
upstream-0cd21ca7859500f7045013dfecba9427c5f0b22a.zip
odhcp6c: Send RS on start
SVN-Revision: 35137
Diffstat (limited to 'package/network/ipv6/odhcp6c/files')
-rwxr-xr-xpackage/network/ipv6/odhcp6c/files/dhcpv6.script3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/ipv6/odhcp6c/files/dhcpv6.script b/package/network/ipv6/odhcp6c/files/dhcpv6.script
index 8f258f5c37..859ae1b745 100755
--- a/package/network/ipv6/odhcp6c/files/dhcpv6.script
+++ b/package/network/ipv6/odhcp6c/files/dhcpv6.script
@@ -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() {