commit | 7d0188927bcf4f6ce74ccfca43f0f081a39ade00 | [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 | a0245818f7f8e375abc00f36ff88326331e4e2f9 [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>