27 Feb
2024
27 Feb
'24
3:27 p.m.
On Thu, 22 Feb 2024 18:17:41 +0100
Paul Holzinger
--quiet is supposed to silence the "No routable interface" message but it does not work because the log level was set long after conf_ip4/6() was called which means it uses the default level which logs everything.
To address this move the log level logic directly after the option parsing in conf().
Signed-off-by: Paul Holzinger
Applied. -- Stefano