summaryrefslogtreecommitdiff
path: root/common/tables.c
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2011-05-20 13:48:33 +0000
committerTomek Mrugalski <tomek@isc.org>2011-05-20 13:48:33 +0000
commit802fdea172f0d2f59298a69efb7ccfd492feb7f0 (patch)
tree66b6c8e9b377a38a4f42935eef8e247457f47192 /common/tables.c
parent4f55e11bd40ecdbdf4a7a5903b68e22e94c3d258 (diff)
downloadisc-dhcp-802fdea172f0d2f59298a69efb7ccfd492feb7f0.tar.gz
- Documentation cleanup
[ISC-Bugs #23326] Updated References document, several man page updates
Diffstat (limited to 'common/tables.c')
-rw-r--r--common/tables.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/tables.c b/common/tables.c
index 58e223fc..10e2ce01 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -331,6 +331,11 @@ static struct option dhcpv6_options[] = {
{ "relay-msg", "X", &dhcpv6_universe, 9, 1 },
/* Option code 10 is curiously unassigned. */
+ /*
+ * In draft-ietf-dhc-dhcpv6-25 there were two OPTION_CLIENT_MSG and
+ * OPTION_SERVER_MSG options. They were eventually unified as
+ * OPTION_RELAY_MSG, hence no option with value of 10.
+ */
#if 0
/* XXX: missing suitable atoms for the auth option. We may want
* to 'virtually encapsulate' this option a la the fqdn option