Puppet Class: nftables::rules::out::dhcp

Defined in:
manifests/rules/out/dhcp.pp

Overview

manage out dhcp



2
3
4
5
6
7
# File 'manifests/rules/out/dhcp.pp', line 2

class nftables::rules::out::dhcp {
  nftables::rule {
    'default_out-dhcpc':
      content => 'udp sport {67, 68} udp dport {67, 68} accept';
  }
}