root / manifests / rules / out / dhcpv6_client.pp @ 6b350264
Historique | Voir | Annoter | Télécharger (224 octets)
1 | 09cba182 | Steve Traylen | # @summary Allow DHCPv6 requests out of a host |
---|---|---|---|
2 | 43566263 | Nacho Barrientos | class nftables::rules::out::dhcpv6_client { |
3 | 11bf7237 | Steve Traylen | nftables::rule { |
4 | 43566263 | Nacho Barrientos | 'default_out-dhcpv6_client': |
5 | content => 'ip6 saddr fe80::/10 udp sport 546 udp dport 547 accept', |
||
6 | } |
||
7 | } |