diff options
| author | Jon Maloy <jmaloy@redhat.com> | 2026-03-27 15:55:51 -0400 |
|---|---|---|
| committer | Stefano Brivio <sbrivio@redhat.com> | 2026-04-15 19:20:30 +0200 |
| commit | 926f5b4a9dab419e10e00b7fc6ae6256bf920be4 (patch) | |
| tree | 22931d9ff5a98de8b9b2b37399f208933e4ca491 /doc/platform-requirements/git: | |
| parent | f758d93125e5980996348a11486af507b3912fcb (diff) | |
| download | passt-926f5b4a9dab419e10e00b7fc6ae6256bf920be4.tar passt-926f5b4a9dab419e10e00b7fc6ae6256bf920be4.tar.gz passt-926f5b4a9dab419e10e00b7fc6ae6256bf920be4.tar.bz2 passt-926f5b4a9dab419e10e00b7fc6ae6256bf920be4.tar.lz passt-926f5b4a9dab419e10e00b7fc6ae6256bf920be4.tar.xz passt-926f5b4a9dab419e10e00b7fc6ae6256bf920be4.tar.zst passt-926f5b4a9dab419e10e00b7fc6ae6256bf920be4.zip | |
conf: use a single buffer for print formatting in conf_print()
The function conf_print() uses three different buffers as target
for address print formatting. This is unnecessary, as a single
buffer of length INANY_ADDRSTRLEN has sufficient space for all
address types, IPv4, IPv6 and MAC. There is no risk for conflicts,
since all formatting is followed by an immediate info() printout.
To make our life easier in the following commits, we do this
simplification here.
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'doc/platform-requirements/git:')
0 files changed, 0 insertions, 0 deletions
