Projet

Général

Profil

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

root / manifests / services / dhcpv6_client.pp @ f1ef02c5

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

1 37b2a3b7 Nacho Barrientos
class nftables::services::dhcpv6_client inherits nftables {
2
  if $nftables::out_all {
3
    fail('All outgoing traffic is allowed, you might want to use only nftables::rules::dhcpv6_client')
4
  }
5
6
  include nftables::rules::dhcpv6_client
7
  include nftables::rules::out::dhcpv6_client
8
}