From c900c5b249bfcb93a5dc8d463caeb78256574779 Mon Sep 17 00:00:00 2001 From: David Hankins Date: Thu, 19 Nov 2009 23:57:41 +0000 Subject: - 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] --- doc/examples/dhcpd-dhcpv6.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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 { -- cgit v1.2.1