summaryrefslogtreecommitdiff
path: root/keama/tests/permitauth4.in4
blob: a1ff74aae991978aa308d7f5216cd5bf77e5cc61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# DHCPv4 permit authenticated client config

# authoritative is mandatory
authoritative;

# empty configs are not accepted by Kea
default-lease-time 1800;

# subnet declaration
subnet 10.5.5.0 netmask 255.255.255.224 {
    # pool declaration
    pool {
        # avoid empty pool
        range 10.5.5.5 10.5.5.10;
        # call get_permit
        allow authenticated clients;
    }
}