summaryrefslogtreecommitdiff
path: root/keama/tests/pickdx6.in6
blob: ccfa48ceb1ad7610c48fa3e407ee744d7489ceb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# pick-first-value data expression

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

# reduce literals
class "literal" {
    match if option dhcp6.client-data =
        pick-first-value(substring("abcd",0,0),null,"foobar");
}

# null
class "null" {
    match if option dhcp6.client-data = pick(null);
}