summaryrefslogtreecommitdiff
path: root/common/dhcp-options.5
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2008-02-05 16:55:50 +0000
committerDavid Hankins <dhankins@isc.org>2008-02-05 16:55:50 +0000
commit961e7a5b0ec67d11a74db7d5e5811f6832ea14c2 (patch)
tree69365a13b585a03a28272a98ed67b31d53766b63 /common/dhcp-options.5
parent087b8f18ad2f89549b5393428898ba173f2085c3 (diff)
downloadisc-dhcp-961e7a5b0ec67d11a74db7d5e5811f6832ea14c2.tar.gz
Provide -working- sample configuration text for VIVSO.
Diffstat (limited to 'common/dhcp-options.5')
-rw-r--r--common/dhcp-options.512
1 files changed, 8 insertions, 4 deletions
diff --git a/common/dhcp-options.5 b/common/dhcp-options.5
index 649e689c..a698e458 100644
--- a/common/dhcp-options.5
+++ b/common/dhcp-options.5
@@ -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;