2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Add fqdn.fqdn suboption.

This commit is contained in:
Ted Lemon
2001-01-08 17:21:38 +00:00
parent 42623ef893
commit 8120ab76d0

View 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 },