diff --git a/Shorewall/Actions/action.Broadcast b/Shorewall/Actions/action.Broadcast index 555228395..5953d76cd 100644 --- a/Shorewall/Actions/action.Broadcast +++ b/Shorewall/Actions/action.Broadcast @@ -51,8 +51,6 @@ DEFAULTS DROP,- add_commands $chainref, 'for address in $ALL_BCASTS; do'; } elsif ($family == F_IPV6 ) { add_commands $chainref, 'for address in $ALL_ACASTS; do'; - } else { - fatal_error "Internal error - \$family == $family"; } incr_cmd_level $chainref; diff --git a/Shorewall/install.sh b/Shorewall/install.sh index ef053f70b..ce9b1d9d5 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -446,10 +446,10 @@ if [ -z "$first_install" ]; then 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 + delete_file ${DESTDIR}${SHAREDIR}/shorewall6/action.A_AllowICMPs + delete_file ${DESTDIR}${SHAREDIR}/shorewall6/action.AllowICMPs + delete_file ${DESTDIR}${SHAREDIR}/shorewall6/action.Broadcast + delete_file ${DESTDIR}${SHAREDIR}/shorewall6/action.Multicast fi fi