This commit is contained in:
Henry Wang 2019-10-22 15:47:52 +08:00
parent 0aaa178f20
commit 9cacb8aba8

View File

@ -5,9 +5,9 @@
class profile::firewall::finish {
# ['INPUT','OUTPUT'].each | $chain | {
#
# # Drop the known noise from hitting the log
['INPUT','OUTPUT'].each | $chain | {
# Drop the known noise from hitting the log
# ['255.255.255.255',ip_address(ip_broadcast("${::network}/${::netmask}"))].each | $dest | {
# firewall { "990 Broadcasts for $dest for ${chain}":
# destination => $dest,