From 0a3f3af76add24f92cbcf778f4af73e3f58c5919 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Wed, 8 Jun 2011 18:41:10 +0000 Subject: [PATCH] Fix typos in documentation - see ticket ISC-Bugs #24803 --- doc/examples/dhcpd-dhcpv6.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/dhcpd-dhcpv6.conf b/doc/examples/dhcpd-dhcpv6.conf index 59836cf5c..611dbe738 100644 --- a/doc/examples/dhcpd-dhcpv6.conf +++ b/doc/examples/dhcpd-dhcpv6.conf @@ -68,9 +68,9 @@ host myclient { 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; + hardware ethernet 01:00:80:a2:55:67; - fixed-address6 3ffe:501:ffff:100:4321; + fixed-address6 3ffe:501:ffff:100::4321; } # The subnet where the server is attached -- 2.47.3