diff options
Diffstat (limited to 'ctdb/config/events.d/11.natgw')
-rw-r--r-- | ctdb/config/events.d/11.natgw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/11.natgw b/ctdb/config/events.d/11.natgw index ee7b4f9c63..ce1becc072 100644 --- a/ctdb/config/events.d/11.natgw +++ b/ctdb/config/events.d/11.natgw @@ -66,7 +66,7 @@ case "$1" in echo 1 > /proc/sys/net/ipv4/route/flush ;; - shutdown|removenatgw) + shutdown|stopped|removenatgw) delete_all ;; |