[packages] radvd: hook into hotplug to reload configuration when interfaces are broug...
[packages.git] / ipv6 / radvd / files / radvd.hotplug
1 #!/bin/sh
2
3 if [ "$ACTION" = ifup ]; then
4         killall -HUP radvd 2>/dev/null
5 fi