diff options
Diffstat (limited to 'keama/tests/host6.notyet')
-rw-r--r-- | keama/tests/host6.notyet | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keama/tests/host6.notyet b/keama/tests/host6.notyet new file mode 100644 index 00000000..daff911e --- /dev/null +++ b/keama/tests/host6.notyet @@ -0,0 +1,20 @@ +# DHCPv6 host declaration config + +# authoritative is mandatory +authoritative; + +# subnet declaration +subnet6 2001::/64 { + range6 2001::100 2001::200; +} + +# host declarations +host test1 { + hardware ethernet 00:07:0E:36:48:19; + fixed-address6 2001::1, 2001::10; +} + +host test2 { + hardware fddi 00:07:0E:36:48:19; + fixed-prefix6 2001:0:0:1::/64; +} |