root / manifests / services / dhcpv6_client.pp @ 5dedf86c
Historique | Voir | Annoter | Télécharger (342 octets)
1 | 09cba182 | Steve Traylen | # @summary Allow in and outbound traffic for DHCPv6 server |
---|---|---|---|
2 | 37b2a3b7 | Nacho Barrientos | 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 | } |