summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/odhcp6c/files
diff options
context:
space:
mode:
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 8f258f5c3..859ae1b74 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() {