xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/optionspace4.in4 (revision dd3ee07da436799d8de85f3055253118b76bf345)
1# group and class declaration config
2
3# option spaces
4option space foobar;
5
6option space foo code width 1 length width 1;
7
8option space bar code width 4 length width 4;
9
10option space full code width 2 length width 2 hash size 111;
11
12option foobar.test code 1 = text;
13
14option foo.test code 1 = text;
15
16