root / manifests / services / dhcpv6_client.pp @ 1a4f336e
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 | } |