2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 21:07:43 +00:00

Add the FQDN_FQDN suboption.

This commit is contained in:
Ted Lemon 2001-01-08 17:23:03 +00:00
parent 8120ab76d0
commit 998205cee2

View File

@ -3,7 +3,7 @@
Protocol structures... */
/*
* Copyright (c) 1995, 1996, 1999 The Internet Software Consortium.
* Copyright (c) 1995-2001 The Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -192,4 +192,5 @@ struct dhcp_packet {
#define FQDN_RCODE2 5
#define FQDN_HOSTNAME 6
#define FQDN_DOMAINNAME 7
#define FQDN_SUBOPTION_COUNT 7
#define FQDN_FQDN 8
#define FQDN_SUBOPTION_COUNT 8