]> git.ipfire.org Git - thirdparty/u-boot.git/commit
lwip: ping: accept host name when CONFIG_CMD_DNS=y
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 25 Jun 2025 13:19:17 +0000 (15:19 +0200)
committerJerome Forissier <jerome.forissier@linaro.org>
Tue, 8 Jul 2025 09:07:37 +0000 (11:07 +0200)
commitab1fdb5436a33da35db2730ca66e6914dd9d5f4c
tree91e1669b3ee7773693b286232a6d2cb3cb1ec2b3
parent9501274f94f02ee55059814033ea727180e310cb
lwip: ping: accept host name when CONFIG_CMD_DNS=y

Update the ping command so that a host name is accepted in addition to
an IP address, provided DNS support is enabled.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
cmd/lwip/ping.c