summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-11-19 23:57:41 +0000
committerDavid Hankins <dhankins@isc.org>2009-11-19 23:57:41 +0000
commitc900c5b249bfcb93a5dc8d463caeb78256574779 (patch)
tree868993e0bb8631f9b81de83b983bd8f34c320998 /doc
parent8fa0112dd11ee301046b42fe463074b067e61a35 (diff)
downloadisc-dhcp-c900c5b249bfcb93a5dc8d463caeb78256574779.tar.gz
- The 'hardware [ethernet|etc] ...;' parameter in host records has been
extended to attempt to match DHCPv6 clients by the last octets of a DUID-LL or DUID-LLT provided by the client. [ISC-Bugs #19599]
Diffstat (limited to 'doc')
-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 {