]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Provide -working- sample configuration text for VIVSO.
authorDavid Hankins <dhankins@isc.org>
Tue, 5 Feb 2008 16:55:50 +0000 (16:55 +0000)
committerDavid Hankins <dhankins@isc.org>
Tue, 5 Feb 2008 16:55:50 +0000 (16:55 +0000)
common/dhcp-options.5

index 649e689ce50974217fcaaaec7c25d687b4bf1762..a698e458dfac1f701287d95f4920721f0f56d88d 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $Id: dhcp-options.5,v 1.41 2008/01/24 02:43:04 each Exp $
+.\"    $Id: dhcp-options.5,v 1.42 2008/02/05 16:55:50 dhankins Exp $
 .\"
 .\" Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
 .\" Copyright (c) 1996-2003 by Internet Software Consortium
@@ -2051,9 +2051,13 @@ option SUNW.server-address code 2 = ip-address;
 option SUNW.server-name code 3 = text;
 option SUNW.root-path code 4 = text;
 
-option space vivso-sample code width 1 length width 1 hash size 3;
-option vivso-sample.sample code 1 = text;
-option vivso.vivso-sample code 2495 = encapsulate vivso-sample;
+option space ISC code width 1 length width 1 hash size 3;
+option ISC.sample code 1 = text;
+option vendor.ISC code 2495 = encapsulate vivso-sample;
+option vendor-class.ISC code 2495 = text;
+
+option ISC.sample "configuration text here";
+option vendor-class.ISC "vendor class here";
 
 option space docsis code width 2 length width 2 hash size 17;
 option docsis.tftp-servers code 32 = array of ip6-address;