summaryrefslogtreecommitdiff
path: root/doc/examples/dhcpd-dhcpv6.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/dhcpd-dhcpv6.conf')
-rw-r--r--doc/examples/dhcpd-dhcpv6.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/dhcpd-dhcpv6.conf b/doc/examples/dhcpd-dhcpv6.conf
index f0ca175a..59836cf5 100644
--- a/doc/examples/dhcpd-dhcpv6.conf
+++ b/doc/examples/dhcpd-dhcpv6.conf
@@ -65,6 +65,14 @@ host myclient {
##if packet(0,1) = 1 { log(debug,"sol"); }
}
+host otherclient {
+ # This host entry is hopefully matched if the client supplies a DUID-LL
+ # or DUID-LLT containing this MAC address.
+ hardware ethernet 01:00:80:a2:55:67:34;
+
+ fixed-address6 3ffe:501:ffff:100:4321;
+}
+
# The subnet where the server is attached
# (i.e., the server has an address in this subnet)
subnet6 3ffe:501:ffff:100::/64 {