mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 06:38:53 +01:00
Fix for 'shorewall refresh' bug
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@225 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
fcbfffa3b6
commit
ff412cba4d
@ -2832,7 +2832,7 @@ add_common_rules() {
|
|||||||
# PING
|
# PING
|
||||||
#
|
#
|
||||||
[ -n "$FORWARDPING" ] && \
|
[ -n "$FORWARDPING" ] && \
|
||||||
run_iptables -A common -p icmp --icmp-type echo-request -j ACCEPT
|
run_iptables -A icmpdef -p icmp --icmp-type echo-request -j ACCEPT
|
||||||
############################################################################
|
############################################################################
|
||||||
# Common ICMP rules
|
# Common ICMP rules
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user