Projet

Général

Profil

Révision 43566263

ID43566263084ef5c1686086215e759728dcf63439
Parent 18ec6f48
Enfant 37b2a3b7

Ajouté par Nacho Barrientos il y a plus de 4 ans

Add rules for outgoing and incoming DHCPv6 client traffic

Voir les différences:

manifests/rules/dhcpv6_client.pp
1
class nftables::rules::dhcpv6_client {
2
  nftables::rule{
3
    'default_in-dhcpv6_client':
4
      content => 'ip6 saddr fe80::/10 ip6 daddr fe80::/10 udp sport 547 udp dport 546 accept',
5
  }
6
}
manifests/rules/out/dhcpv6_client.pp
1
class nftables::rules::out::dhcpv6_client {
2
  nftables::rule{
3
    'default_out-dhcpv6_client':
4
      content => 'ip6 saddr fe80::/10 udp sport 546 udp dport 547 accept',
5
  }
6
}

Formats disponibles : Unified diff