some static checkers, like rpminspect, complain about use of "forbidden" functions inet_aton() and inet_ntoa(). Use inet_pton() and inet_ntop() instead. Davide Caratti (2): avoid using inet_ntoa() avoid using inet_aton() ell/acd.c | 5 +++-- ell/dhcp-lease.c | 3 ++- ell/dhcp-server.c | 25 ++++++++++++++----------- ell/dhcp.c | 17 +++++++++++++++-- ell/rtnl.c | 7 +++++-- examples/https-server-test.c | 4 +++- 6 files changed, 42 insertions(+), 19 deletions(-) -- 2.31.1