From 3e52a6c005d25630662d68ef8f582f64a5644f9f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 8 Mar 2024 16:13:05 -0800 Subject: [PATCH] Remove interface status files during 'stop/clear' processing Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Misc.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall/Perl/Shorewall/Misc.pm b/Shorewall/Perl/Shorewall/Misc.pm index cd61e8df8..f0db818ac 100644 --- a/Shorewall/Perl/Shorewall/Misc.pm +++ b/Shorewall/Perl/Shorewall/Misc.pm @@ -2957,6 +2957,7 @@ EOF emit ' rm -f ${VARDIR}/*.address rm -f ${VARDIR}/*.gateway + rm -f ${VARDIR}/*.status run_stopped_exit';