xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/prefix0.err6 (revision f9d8f0dfa6389bc58fe4c9622365c3a57155f0b7)
1# DHCPv6 (bad 128 bit length) prefix config
2
3# subnet declaration
4subnet6 2001::/64 {
5    # range declaration
6    option dhcp6.domain-search "example.com", "example.org";
7    default-lease-time 1800;
8    prefix6 2001:0:0:10:: 2001:0:0:1f:: / 128;
9}
10