27 Sep
2023
27 Sep
'23
7:04 p.m.
On Thu, 21 Sep 2023 14:49:37 +1000
David Gibson
We already had a couple of places we were working around clang-tidy issue 58992, and the flow table series adds more. I got sick of ugly inlines every time we used a syscall which returns a socket address, so wrote a patch to consolidate the workarounds in one place.
However, that patch added an include of
to util.h which exposed a classic C library gotcha in packet.c, so I fixed that too.
Applied, sorry for the delay. -- Stefano