commit | a0b1a5d6ec1c1a23ce1ae6302d0579a9515b2841 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Jun 25 15:19:15 2025 +0200 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Tue Jul 08 11:07:37 2025 +0200 |
tree | 6afded8347e847baaee3a8f79e2141283d939fb2 | |
parent | 64446bcdb330b888fba230501e97e11bbb65aac5 [diff] |
lwip: dns: do not print IP address when a variable is specified When calling "dns <hostname> <varname>", do not print out the IP address of <hostname> onto the console. Print it only when no variable is passed. The reason is to be able to call do_dns() from another command in need of the DNS services without polluting the output. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>