
444 Chapter 4—DHCPv6
597 return;
598 }
599 relay_to_client((struct dhcp6_relay *)dh6, len,
600 (struct sockaddr *)&from);
601 }
602 }
dhcp6relay.c
561–574 If the DHCPv6 packet arrives at the client side port and is one of Solicit, Request,
Confirm, Renew, Rebind, Release, Decline, or Information-request, it came from a client,
and must be forwarded to servers or another relay agent toward the servers. Although
this implementation set of DHCPv6 does not support some of the message types, that
does not matter for a relay agent because it does not have to interpret the message
content.
575–583 The DHCPv6 specification does not specify to which port the server ...