odhcpd: Reduce error messages
authorPeter Naulls <peter@chocky.org>
Tue, 24 Jan 2023 19:35:02 +0000 (14:35 -0500)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 14 Mar 2023 21:51:28 +0000 (22:51 +0100)
commit90d6cc9cd48a333b95604ff90f7ffe67fe14efe3
treeeecbaebb50af5f391f8c5079cda4e0d0afb18fee
parentedc5e1738682e764e64bcbffde1e0a1cc9feac21
odhcpd: Reduce error messages

When there's no network cable connected to LAN, then odhcpd does this:

Tue Jan 24 18:32:04 2023 daemon.err odhcpd[2017]: Failed to send to
ff02::1%lan@br-lan (Address not available)
Tue Jan 24 18:32:20 2023 daemon.err odhcpd[2017]: Failed to send to
ff02::1%lan@br-lan (Address not available)
Tue Jan 24 18:32:36 2023 daemon.err odhcpd[2017]: Failed to send to
ff02::1%lan@br-lan (Address not available)
Tue Jan 24 18:32:52 2023 daemon.err odhcpd[2017]: Failed to send to
ff02::1%lan@br-lan (Address not available)

Accurate, but not very interesting. I think this would be better served
as debug.

Signed-off-by: Peter Naulls <peter@chocky.org>
src/odhcpd.c