2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

- Merge dhcrelay6 into dhcrelay

- Prep for 4.1.0a2 release
This commit is contained in:
Evan Hunt
2008-06-13 00:55:53 +00:00
parent ffbaa8801e
commit 7de20a9518
10 changed files with 1242 additions and 508 deletions

View File

@@ -3806,14 +3806,14 @@ do_packet6(struct interface_info *interface, const char *packet,
}
/* IPv4 information, already set to 0 */
/* decoded_packet->raw = NULL; */
/* decoded_packet->packet_length = 0; */
/* decoded_packet->packet_type = 0; */
/* memset(&decoded_packet->haddr, 0, sizeof(decoded_packet->haddr)); */
/* decoded_packet->circuit_id = NULL; */
/* decoded_packet->circuit_id_len = 0; */
/* decoded_packet->remote_id = NULL; */
/* decoded_packet->remote_id_len = 0; */
decoded_packet->raw = (struct dhcp_packet *) packet;
decoded_packet->packet_length = (unsigned) len;
decoded_packet->client_port = from_port;
decoded_packet->client_addr = *from;
interface_reference(&decoded_packet->interface, interface, MDL);