summaryrefslogtreecommitdiff
path: root/keama/tests/defaultexpr6.in6
blob: f395dd9f87df154d81741f929bc769b863c0a7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# default expressions

# authoritative is mandatory
authoritative;

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

# default expression is a variable reference
foo;

# or a function call when there are parentheses
bar ("abcd", "xyxt");