Projet

Général

Profil

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

root / manifests / rules / out / dhcp.pp @ a98c98d4

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

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