[packages_10.03.1] merge r27673, r27678
[openwrt/svn-archive/archive.git] / ipv6 / radvd / files / radvd.hotplug
1 #!/bin/sh
2
3 if [ "$ACTION" = ifup ]; then
4 killall -HUP radvd 2>/dev/null
5 fi