odhcp6c: Send RS on start
[openwrt.git] / package / network / ipv6 / odhcp6c / files / dhcpv6.script
index 8f258f5..859ae1b 100755 (executable)
@@ -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() {