commit | ce3cf46bfb521ff474874e787d3f9ec0867c122a | [log] [tgz] |
---|---|---|
author | Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com> | Fri Dec 02 12:18:03 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 12:47:16 2022 -0500 |
tree | 0a4852928767dc6690537e1b9b72d3136e0b8362 | |
parent | fb7968c8318a28c627f2b2790dac82bfd2f93c0c [diff] |
net: ipv6: Enable IPv6 typeconversion specifier Add the possibility to recognize IPv6 address in print function. To output IPv6 address use %pI6 specifier. Series-changes: 3 - Substituted #if (...) for if (...) to get better readability Signed-off-by: Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>