summaryrefslogtreecommitdiff
path: root/keama/tests/class4.in4
blob: 75ec0057ff115933f3f2fe43e172ff67cf8c22be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# class declaration config

# authoritative is mandatory
authoritative;

# options
option mysystem code 250 = text;
option myversion code 251 = unsigned integer 16;

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