Révision e499cece
Add rule for multicast listener requests (MLDv2)
REFERENCE.md | ||
---|---|---|
51 | 51 |
* [`nftables::rules::out::imap`](#nftables--rules--out--imap): allow outgoing imap |
52 | 52 |
* [`nftables::rules::out::kerberos`](#nftables--rules--out--kerberos): allows outbound access for kerberos |
53 | 53 |
* [`nftables::rules::out::ldap`](#nftables--rules--out--ldap): manage outgoing ldap |
54 |
* [`nftables::rules::out::mldv2`](#nftables--rules--out--mldv2): allow multicast listener requests |
|
54 | 55 |
* [`nftables::rules::out::mysql`](#nftables--rules--out--mysql): manage out mysql |
55 | 56 |
* [`nftables::rules::out::nfs`](#nftables--rules--out--nfs): manage out nfs |
56 | 57 |
* [`nftables::rules::out::nfs3`](#nftables--rules--out--nfs3): manage out nfs3 |
... | ... | |
906 | 907 |
|
907 | 908 |
Default value: `[389, 636]` |
908 | 909 |
|
910 |
### <a name="nftables--rules--out--mldv2"></a>`nftables::rules::out::mldv2` |
|
911 |
|
|
912 |
allow multicast listener requests |
|
913 |
|
|
909 | 914 |
### <a name="nftables--rules--out--mysql"></a>`nftables::rules::out::mysql` |
910 | 915 |
|
911 | 916 |
manage out mysql |
manifests/rules/out/mldv2.pp | ||
---|---|---|
1 |
# @summary allow multicast listener requests |
|
2 |
class nftables::rules::out::mldv2 { |
|
3 |
nftables::rule { 'default_out-mld': |
|
4 |
content => 'ip6 daddr { ff02::16 } accept', |
|
5 |
} |
|
6 |
} |
spec/acceptance/all_rules_spec.rb | ||
---|---|---|
89 | 89 |
include nftables::rules::mdns |
90 | 90 |
include nftables::rules::igmp |
91 | 91 |
include nftables::rules::out::igmp |
92 |
include nftables::rules::out::mldv2 |
|
92 | 93 |
include nftables::services::dhcpv6_client |
93 | 94 |
include nftables::services::openafs_client |
94 | 95 |
nftables::set{'my_test_set': |
Formats disponibles : Unified diff