summaryrefslogtreecommitdiff
path: root/conf/plugins/dhcp.conf
blob: c880cfa5970050f1edd864ffa80a9142629b478a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
dhcp {

    # Always use the configured server address.
    # force_server_address = no

    # Derive user-defined MAC address from hash of IKE identity and send client
    # identity DHCP option.
    # identity_lease = no

    # Interface name the plugin uses for address allocation.
    # interface =

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

    # DHCP server unicast or broadcast IP address.
    # server = 255.255.255.255

    # Use the DHCP server port (67) as source port when a unicast server address
    # is configured.
    # use_server_port = no

}