diff options
author | Sean Edmond | 2023-04-11 10:48:48 -0700 |
---|---|---|
committer | Tom Rini | 2023-05-05 17:48:44 -0400 |
commit | 29fb68c4ff362325426dee6646e4dc3de01539f1 (patch) | |
tree | 36ee16642b82b6f25c9a6d52820f3fccbc8e1330 /configs/sandbox_defconfig | |
parent | 7d0188927bcf4f6ce74ccfca43f0f081a39ade00 (diff) |
net: dhcp6: Add a sandbox test for dhcp6
Requires proper environment with DHCP6 server provisioned.
Signed-off-by: Sean Edmond <seanedmond@microsoft.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 24a44483a5a..b775bf586b8 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -91,6 +91,7 @@ CONFIG_CMD_AXI=y CONFIG_CMD_CAT=y CONFIG_CMD_SETEXPR_FMT=y CONFIG_CMD_AB_SELECT=y +CONFIG_CMD_DHCP6=y CONFIG_BOOTP_DNS2=y CONFIG_CMD_PCAP=y CONFIG_CMD_TFTPPUT=y |