mirror of
https://github.com/samba-team/samba.git
synced 2025-03-26 18:50:30 +03:00
Make sure that the natgw eventscript also triggers on the "stopped" event
to remove the natgw configuration and ip assignments used. BZ61036 (This used to be ctdb commit 344b1f95b126ecabeb4576330038b08bf88e8cb8)
This commit is contained in:
parent
05dcbed90e
commit
af79d2c08b
@ -66,7 +66,7 @@ case "$1" in
|
||||
echo 1 > /proc/sys/net/ipv4/route/flush
|
||||
;;
|
||||
|
||||
shutdown|removenatgw)
|
||||
shutdown|stopped|removenatgw)
|
||||
delete_all
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user