Remove interface status files during 'stop/clear' processing

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2024-03-08 16:13:05 -08:00
parent 8ce3f23464
commit 3e52a6c005

View File

@ -2957,6 +2957,7 @@ EOF
emit '
rm -f ${VARDIR}/*.address
rm -f ${VARDIR}/*.gateway
rm -f ${VARDIR}/*.status
run_stopped_exit';