diff options
author | Shawn Routhier <sar@isc.org> | 2013-10-14 15:53:24 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2013-10-14 15:53:24 -0700 |
commit | d7d9c0c7c36d37fc42e51987af77207ced36d9bf (patch) | |
tree | 2f7b49de9f03c1097c109e425f0034accc3e7de9 /includes/dhctoken.h | |
parent | 1d851cff2c59ba728cf6a862db9b1890967de317 (diff) | |
download | isc-dhcp-d7d9c0c7c36d37fc42e51987af77207ced36d9bf.tar.gz |
-n [master]
Add code to support the standards version of DDNS
Diffstat (limited to 'includes/dhctoken.h')
-rw-r--r-- | includes/dhctoken.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h index 6ca68c39..4822279c 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -33,6 +33,11 @@ * ``http://www.nominum.com''. */ +/* + * The following tokens have been deprecated and aren't in use anymore. + * They have been left in place to avoid disturbing the code. + * DNS_UPDATE, DNS_DELETE, NS_UPDATE, UPDATED_DNS_RR + */ enum dhcp_token { SEMI = ';', DOT = '.', |