summaryrefslogtreecommitdiff
path: root/keama/tests/subnet6inhost.err6
blob: 914decd6e743dc90c21cdc9f61de2aafc420bfcb (plain)
1
2
3
4
5
6
7
8
9
10
11
# DHCPv6 subnet declaration inside host declaration config

# host declaration
host foobar {
     hardware ethernet 00:0B:FD:32:E6:FA;
     # can't put a DHCPv6 subnet declaration here
     subnet6 2001::/64 {
          default-lease-time 1800;
     }
}