mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-26 09:33:14 +01:00
Merge branch '5.1.3'
This commit is contained in:
commit
6ebc8f4266
@ -31,9 +31,10 @@ Auth(A_DROP)
|
|||||||
#
|
#
|
||||||
A_AllowICMPs - - icmp
|
A_AllowICMPs - - icmp
|
||||||
#
|
#
|
||||||
# Don't log broadcasts
|
# Don't log broadcasts and multicasts
|
||||||
#
|
#
|
||||||
dropBcast(audit)
|
dropBcast(audit)
|
||||||
|
dropMcast(audit)
|
||||||
#
|
#
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
||||||
# and just confuse people when they appear in the log.
|
# and just confuse people when they appear in the log.
|
@ -25,10 +25,11 @@ COUNT
|
|||||||
#
|
#
|
||||||
A_AllowICMPs - - icmp
|
A_AllowICMPs - - icmp
|
||||||
#
|
#
|
||||||
# Drop Broadcasts so they don't clutter up the log
|
# Drop Broadcasts and multicasts so they don't clutter up the log
|
||||||
# (broadcasts must *not* be rejected).
|
# (these must *not* be rejected).
|
||||||
#
|
#
|
||||||
dropBcast(audit)
|
dropBcast(audit)
|
||||||
|
dropMcast(audit)
|
||||||
#
|
#
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
||||||
# and just confuse people when they appear in the log (these ICMPs cannot be
|
# and just confuse people when they appear in the log (these ICMPs cannot be
|
||||||
|
Loading…
Reference in New Issue
Block a user