]> git.ipfire.org Git - thirdparty/dhcp.git/blob - keama/tests/pickdx6.in6
[#64,!35] Restored work
[thirdparty/dhcp.git] / keama / tests / pickdx6.in6
1 # pick-first-value data expression
2
3 # empty configs are not accepted by Kea
4 default-lease-time 1800;
5
6 # reduce literals
7 class "literal" {
8 match if option dhcp6.client-data =
9 pick-first-value(substring("abcd",0,0),null,"foobar");
10 }
11
12 # null
13 class "null" {
14 match if option dhcp6.client-data = pick(null);
15 }