Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / manifests / rules / dhcpv6_client.pp @ 51850192

Historique | Voir | Annoter | Télécharger (237 octets)

1 09cba182 Steve Traylen
# @summary allow DHCPv6 requests in to a host
2 43566263 Nacho Barrientos
class nftables::rules::dhcpv6_client {
3 11bf7237 Steve Traylen
  nftables::rule {
4 43566263 Nacho Barrientos
    'default_in-dhcpv6_client':
5
      content => 'ip6 saddr fe80::/10 ip6 daddr fe80::/10 udp sport 547 udp dport 546 accept',
6
  }
7
}