Historique | Voir | Annoter | Télécharger (182 octets)
# manage out dhcp
class nftables::rules::out::dhcp {
nftables::filter::chain::rule{
'default_out-dhcpc':
content => 'udp sport {67, 68} udp dport {67, 68} accept';
}