mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
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]
This commit is contained in:
@@ -436,7 +436,7 @@ struct packet {
|
||||
|
||||
struct hardware {
|
||||
u_int8_t hlen;
|
||||
u_int8_t hbuf [17];
|
||||
u_int8_t hbuf[21];
|
||||
};
|
||||
|
||||
#if defined(LDAP_CONFIGURATION)
|
||||
|
Reference in New Issue
Block a user