diff options
author | Tomek Mrugalski <thomson@klub.com.pl> | 2020-10-23 18:25:36 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2020-10-23 18:35:20 +0200 |
commit | 389c099d62583bf0bfcfe84429d27012ddd1b775 (patch) | |
tree | 487fd60226f3c6fdf0d7efa7ae5c934fb4232df4 /doc | |
parent | [#1298] Updated authenticate option description (diff) | |
download | kea-389c099d62583bf0bfcfe84429d27012ddd1b775.tar.xz kea-389c099d62583bf0bfcfe84429d27012ddd1b775.zip |
[#1298] Added description of the v6 vendor options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/kea6/all-options.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/examples/kea6/all-options.json b/doc/examples/kea6/all-options.json index f2b83498ff..fbaf5979d4 100644 --- a/doc/examples/kea6/all-options.json +++ b/doc/examples/kea6/all-options.json @@ -93,6 +93,15 @@ clients and servers */ // Type: uint32 + // The vendor options are not standardized and are specific to each + // vendor. The vendors are identified with the enterprise number, + // sometimes also called vendor-id or enterprise-id. For example, + // CableLabs that specified DOCSIS options, use 4491. Some vendors + // have their own mechanisms. For example, DOCSIS vendor sub-option 1 + // is an equivalent of ORO for normal DHCPv6 options. Usually there + // are several vendor sub-options defined within. See the ARM section: + // https://kea.readthedocs.io/en/latest/arm/dhcp6-srv.html#dhcpv6-vendor-specific-options + { "code": 17, "data": "4294967295", |