summaryrefslogtreecommitdiffstats
path: root/avahi-autoipd/dhclient-exit-hook.in
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-autoipd/dhclient-exit-hook.in')
-rwxr-xr-xavahi-autoipd/dhclient-exit-hook.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-autoipd/dhclient-exit-hook.in b/avahi-autoipd/dhclient-exit-hook.in
index 4f7167e..3dcb7df 100755
--- a/avahi-autoipd/dhclient-exit-hook.in
+++ b/avahi-autoipd/dhclient-exit-hook.in
@@ -23,11 +23,11 @@ case "$reason" in
MEDIUM|ARPCHECK|ARPSEND|NBI)
;;
- PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP)
+ PREINIT|BOUND|RENEW|REBIND|REBOOT|STOP|RELEASE)
# Stopping avahi-autoipd is left for the enter hook
;;
- EXPIRE|FAIL|RELEASE|TIMEOUT)
+ EXPIRE|FAIL|TIMEOUT)
@sbindir@/avahi-autoipd -wD $interface 2> /dev/null
;;
esac