From 54336eaa808490dad8410fa9040b0e9d73dfd0b7 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 14 Mar 2017 14:24:17 -0700 Subject: [PATCH] Delete IPv6 actions that are now handled by their IPv4 counterparts Signed-off-by: Tom Eastep --- Shorewall/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index e32e1b4a7..ef053f70b 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -444,6 +444,12 @@ if [ -z "$first_install" ]; then delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.Reject delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.A_Drop delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.A_Reject + delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.A_AllowICMPs + else + delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.A_AllowICMPs + delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.AllowICMPs + delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.Broadcast + delete_file ${DESTDIR}${SHAREDIR}/shorewall/action.Multicast fi fi