]> git.ipfire.org Git - thirdparty/lldpd.git/commit
interfaces: don't log an hard error when interface is down
authorVincent Bernat <vincent@bernat.im>
Sun, 19 Feb 2017 13:03:18 +0000 (14:03 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 19 Feb 2017 13:03:18 +0000 (14:03 +0100)
commitafd49b83e0caf9d914ace99fc83f590de45edb04
treed680f326d40324f0c7adc138137321cd4e6a0ec4
parent71b0f9812101fd6313b78a5232d18e8cf438b5ea
interfaces: don't log an hard error when interface is down

When an interface transitions to the down state, we may be woken up. We
don't want to pollute the logs with errors in this case.
src/daemon/interfaces-bpf.c
src/daemon/interfaces-linux.c