Projet

Général

Profil

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

root / manifests / services / dhcpv6_client.pp @ c94658e1

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

1
# @summary Allow in and outbound traffic for DHCPv6 server
2
class nftables::services::dhcpv6_client inherits nftables {
3
  if $nftables::out_all {
4
    fail('All outgoing traffic is allowed, you might want to use only nftables::rules::dhcpv6_client')
5
  }
6

    
7
  include nftables::rules::dhcpv6_client
8
  include nftables::rules::out::dhcpv6_client
9
}