Projet

Général

Profil

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

root / manifests / rules / out / dhcp.pp @ 2e704fc9

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

1
# manage out dhcp
2
class nftables::rules::out::dhcp {
3
  nftables::rule{
4
    'default_out-dhcpc':
5
      content => 'udp sport {67, 68} udp dport {67, 68} accept';
6
  }
7
}