forked from extern/shorewall_code
Correct install fix
- Also remove extra logic from action.Broadcast Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6407520a35
commit
158f6305b1
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user