]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add fqdn.fqdn suboption.
authorTed Lemon <source@isc.org>
Mon, 8 Jan 2001 17:21:38 +0000 (17:21 +0000)
committerTed Lemon <source@isc.org>
Mon, 8 Jan 2001 17:21:38 +0000 (17:21 +0000)
common/tables.c

index d263347203557917558a41283567a5530dcd102a..02ff649bcaf52dca259e0ce489c52402e3ebfc2b 100644 (file)
@@ -3,7 +3,7 @@
    Tables of information... */
 
 /*
- * Copyright (c) 1995-2000 Internet Software Consortium.
+ * Copyright (c) 1995-2001 Internet Software Consortium.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: tables.c,v 1.49 2000/12/29 06:46:23 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: tables.c,v 1.50 2001/01/08 17:21:38 mellon Exp $ Copyright (c) 1995-2001 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -625,7 +625,7 @@ struct option fqdn_options [256] = {
        { "rcode2", "B",                                &fqdn_universe, 5 },
        { "hostname", "t",                              &fqdn_universe, 6 },
        { "domainname", "t",                            &fqdn_universe, 7 },
-       { "option-8", "X",                              &fqdn_universe, 8 },
+       { "fqdn", "t",                                  &fqdn_universe, 8 },
        { "option-9", "X",                              &fqdn_universe, 9 },
        { "option-10", "X",                             &fqdn_universe, 10 },
        { "option-11", "X",                             &fqdn_universe, 11 },