xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/optionspace4.in4 (revision a04395531661c5e8d314125d5ae77d4cbedd5d73)
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