Projet

Général

Profil

Révision 80b384c8

ID80b384c8942a6a859b18e11e51ff3fb4d5cc737e
Parent 2ba59bcc
Enfant 3b20932f

Ajouté par Tim Meusel il y a presque 2 ans

Add rule to allow incoming multicast traffic

Voir les différences:

REFERENCE.md
25 25
* [`nftables::rules::icinga2`](#nftables--rules--icinga2): manage in icinga2
26 26
* [`nftables::rules::icmp`](#nftables--rules--icmp)
27 27
* [`nftables::rules::ldap`](#nftables--rules--ldap): manage in ldap
28
* [`nftables::rules::multicast`](#nftables--rules--multicast): allow incoming multicast traffic
28 29
* [`nftables::rules::nfs`](#nftables--rules--nfs): manage in nfs4
29 30
* [`nftables::rules::nfs3`](#nftables--rules--nfs3): manage in nfs3
30 31
* [`nftables::rules::node_exporter`](#nftables--rules--node_exporter): manage in node exporter
......
644 645

  
645 646
Default value: `[389, 636]`
646 647

  
648
### <a name="nftables--rules--multicast"></a>`nftables::rules::multicast`
649

  
650
allow incoming multicast traffic
651

  
647 652
### <a name="nftables--rules--nfs"></a>`nftables::rules::nfs`
648 653

  
649 654
manage in nfs4
manifests/rules/multicast.pp
1
#
2
# @summary allow incoming multicast traffic
3
#
4
class nftables::rules::multicast {
5
  nftables::rule {
6
    'default_in-multicast':
7
      content => 'ip daddr 224.0.0.1 accept',
8
  }
9
}
spec/acceptance/all_rules_spec.rb
84 84
      include nftables::rules::out::wireguard
85 85
      include nftables::rules::out::whois
86 86
      include nftables::rules::wireguard
87
      include nftables::rules::multicast
87 88
      include nftables::services::dhcpv6_client
88 89
      include nftables::services::openafs_client
89 90
      nftables::set{'my_test_set':

Formats disponibles : Unified diff