]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix typo.
authorJeremy Reed <jreed@isc.org>
Mon, 30 Mar 2009 18:28:55 +0000 (18:28 +0000)
committerJeremy Reed <jreed@isc.org>
Mon, 30 Mar 2009 18:28:55 +0000 (18:28 +0000)
(reported via contact form from Aleksander mealstrom@ukr.net.)
Bug: #19536

server/dhcpd.conf.5

index 1ddd62f2b9d94d6d6a44846e5c20ba718147d9dd..e5eec88e40fa5efbf515100659c63906387a5306 100644 (file)
@@ -28,7 +28,7 @@
 .\" see ``http://www.vix.com''.   To learn more about Nominum, Inc., see
 .\" ``http://www.nominum.com''.
 .\"
-.\" $Id: dhcpd.conf.5,v 1.102 2009/03/24 16:56:15 jreed Exp $
+.\" $Id: dhcpd.conf.5,v 1.103 2009/03/30 18:28:55 jreed Exp $
 .\"
 .TH dhcpd.conf 5
 .SH NAME
@@ -1027,7 +1027,7 @@ class "jr-cable-modems" {
 }
 
 class "dv-dsl-modems" {
-  match if opton dhcp-vendor-identifier = "dvdsl";
+  match if option dhcp-vendor-identifier = "dvdsl";
   spawn with option agent.circuit-id;
   lease limit 16;
 }