Puppet Class: nftables::rules::out::igmp
- Defined in:
- manifests/rules/out/igmp.pp
Summary
allow outgoing IGMP messagesOverview
| 4 5 6 7 8 | # File 'manifests/rules/out/igmp.pp', line 4
class nftables::rules::out::igmp {
  nftables::rule { 'default_out-igmp':
    content => 'ip daddr 224.0.0.22 accept',
  }
} |