Projet

Général

Profil

Révision 223f3c54

ID223f3c54b433ae897d52e41f06d1881d40de236b
Parent 188e569f
Enfant ca24c673

Ajouté par tr il y a plus de 4 ans

Add a rule for dhcpc

Voir les différences:

manifests/rules/out/dhcp.pp
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
}

Formats disponibles : Unified diff