Projet

Général

Profil

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

root / manifests / rules / dhcpv6_client.pp @ 79e9a23f

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

1 43566263 Nacho Barrientos
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
}