summaryrefslogtreecommitdiff
path: root/common/tables.c
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2012-02-16 21:05:28 +0000
committerShawn Routhier <sar@isc.org>2012-02-16 21:05:28 +0000
commitb047bd385b742331828fd6911ed39f6cb9980ca9 (patch)
tree136475f16354814a99b44a7fc51107210eca3b64 /common/tables.c
parent865afd5e447e23e9af0b888c92a9e9ce6b38e7a8 (diff)
downloadisc-dhcp-b047bd385b742331828fd6911ed39f6cb9980ca9.tar.gz
Add support for Infiniband over sockets to the server and
relay code. We've tested this on Solaris and hope to expand support for Infiniband in the future. This patch also corrects some issues we found in the socket code. [ISC-Bugs #24245]
Diffstat (limited to 'common/tables.c')
-rw-r--r--common/tables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/tables.c b/common/tables.c
index 10e2ce01..c820d83b 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -3,6 +3,7 @@
Tables of information... */
/*
+ * Copyright (c) 2011-2012 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-2003 by Internet Software Consortium
*
@@ -601,7 +602,7 @@ const char *hardware_types [] = {
"unknown-29",
"unknown-30",
"unknown-31",
- "unknown-32",
+ "infiniband",
"unknown-33",
"unknown-34",
"unknown-35",