]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add the FQDN_FQDN suboption.
authorTed Lemon <source@isc.org>
Mon, 8 Jan 2001 17:23:03 +0000 (17:23 +0000)
committerTed Lemon <source@isc.org>
Mon, 8 Jan 2001 17:23:03 +0000 (17:23 +0000)
includes/dhcp.h

index 997e9ee7a8eb01c302b5c0536d091140f2a882f9..f6cc11ac18b7792a26c84e9b2beca3a25c7f71ed 100644 (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