mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-16 09:50:33 +01:00
Remove interface status files during 'stop/clear' processing
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
8ce3f23464
commit
3e52a6c005
@ -2957,6 +2957,7 @@ EOF
|
|||||||
emit '
|
emit '
|
||||||
rm -f ${VARDIR}/*.address
|
rm -f ${VARDIR}/*.address
|
||||||
rm -f ${VARDIR}/*.gateway
|
rm -f ${VARDIR}/*.gateway
|
||||||
|
rm -f ${VARDIR}/*.status
|
||||||
|
|
||||||
run_stopped_exit';
|
run_stopped_exit';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user