commit | ba8028612dbf792f66ec5a988024d4f91390d6e7 | [log] [tgz] |
---|---|---|
author | Sean Edmond <seanedmond@microsoft.com> | Tue Apr 11 10:48:47 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri May 05 17:48:44 2023 -0400 |
tree | 6246507177d0aa833472e6c46f61e75178d251f7 | |
parent | e8c438375333936c360061ecdfddd14d09d1f120 [diff] |
net: dhcp6: pxe: Add DHCP/PXE commands for IPv6 Adds commands to support DHCP and PXE with IPv6. New configs added: - CMD_DHCP6 - DHCP6_PXE_CLIENTARCH - DHCP6_PXE_DHCP_OPTION - DHCP6_ENTERPRISE_ID New commands added (when IPv6 is enabled): - dhcp6 - pxe get -ipv6 - pxe boot -ipv6 Signed-off-by: Sean Edmond <seanedmond@microsoft.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>