Projet

Général

Profil

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

root / manifests / rules / out / dhcpv6_client.pp @ 11bf7237

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

1 43566263 Nacho Barrientos
class nftables::rules::out::dhcpv6_client {
2 11bf7237 Steve Traylen
  nftables::rule {
3 43566263 Nacho Barrientos
    'default_out-dhcpv6_client':
4
      content => 'ip6 saddr fe80::/10 udp sport 546 udp dport 547 accept',
5
  }
6
}