Révision 223f3c54
Add a rule for dhcpc
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