Delete IPv6 actions that are now handled by their IPv4 counterparts

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-03-14 14:24:17 -07:00
parent 5b85627fb8
commit 54336eaa80
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -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