]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix typos in documentation - see ticket ISC-Bugs #24803
authorShawn Routhier <sar@isc.org>
Wed, 8 Jun 2011 18:41:10 +0000 (18:41 +0000)
committerShawn Routhier <sar@isc.org>
Wed, 8 Jun 2011 18:41:10 +0000 (18:41 +0000)
doc/examples/dhcpd-dhcpv6.conf

index 59836cf5c54ce3a8448d4aa1e7efb641a44b8912..611dbe7380d33c09055f4fb00f152127ed8e6bb0 100644 (file)
@@ -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