summaryrefslogtreecommitdiff
path: root/keama/tests/groupsubnetif.err4
blob: 9a407b11676760abf19de6be6a9bb1d1482377ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# bad (interface unlnown in this cope) group declaration config

# parameter which will be changed in subnet
default-lease-time 1200;

# group declaration
group foobar {
    # interface
    interface "foo";

    # DHCPv4 subnet declaration
    subnet 10.5.5.0 netmask 255.255.255.224 {
        # at least one pool is required
        pool {
            range 10.5.5.5 10.5.5.10;
        }
	interface "bar";
    }
}