summaryrefslogtreecommitdiff
path: root/keama/tests/class6.in6
blob: 0052642c1ef475cfe4639bf19175237b14c5db18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# class declaration config

# authoritative is mandatory
authoritative;

# options
option dhcp6.mysystem code 1250 = text;
option dhcp6.myversion code 1251 = unsigned integer 16;

# class declaration
class "foobar" {
    match if option dhcp6.mysystem = "version1";
    option dhcp6.myversion 1;
}