Packages/quickstart/files/startdhns.hotplug
2025-02-16 22:34:34 +08:00

10 lines
267 B
Plaintext

[ "$INTERFACE" = "planb" -o "$INTERFACE" = "wan" ] || exit 0
if [ "$ACTION" = "ifup" -o "$ACTION" = "ifupdate" ]; then
/usr/sbin/quickstart ifaceEvent up "$INTERFACE"
fi
if [ "$ACTION" = "ifdown" ]; then
/usr/sbin/quickstart ifaceEvent down "$INTERFACE"
fi