summaryrefslogtreecommitdiff
path: root/keama/tests/subnet4inhost.err4
blob: 266e6dc3d2b1663a49fec7623c83ab0385461457 (plain)
1
2
3
4
5
6
7
8
9
10
11
# DHCPv4 subnet declaration inside host declaration config

# host declaration
host foobar {
     hardware ethernet 00:0B:FD:32:E6:FA;
     # can't put a DHCPv4 subnet declaration here
     subnet 10.5.5.0 netmask 255.255.255.224 {
          default-lease-time 1800;
     }
}