Go to file
Fabian Bläse ce01c3253b Only send data if interface is running
If the macnocker client tries to send data, but the interface is not running,
this will result in error messages. However, an interface being down is a
valid state and should not result in error messages. So first check the current
state of the interface before trying to send data.

Fixes: #104
Signed-off-by: Fabian Bläse <fabian@blaese.de>
Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-23 00:32:42 +02:00
CMakeLists.txt Revise logging and add tracing support 2018-04-03 19:37:16 +02:00
LICENSE Init 2018-04-02 13:43:51 +02:00
log.h Revise logging and add tracing support 2018-04-03 19:37:16 +02:00
macnockclient.c Only send data if interface is running 2020-04-23 00:32:42 +02:00
macnockclient.h rewrite in C 2018-04-02 18:14:15 +02:00
macnockserver.c server: bind to device, too 2018-04-03 19:37:27 +02:00
macnockserver.h rewrite in C 2018-04-02 18:14:15 +02:00
macstorage.c work around long stop time 2018-04-03 19:37:44 +02:00
macstorage.h rewrite in C 2018-04-02 18:14:15 +02:00
main.c Revise logging and add tracing support 2018-04-03 19:37:16 +02:00
nockpackage.h rewrite in C 2018-04-02 18:14:15 +02:00
tc.c Revise logging and add tracing support 2018-04-03 19:37:16 +02:00
tc.h set the prio 2018-04-02 22:11:07 +02:00
tc.txt Init 2018-04-02 13:43:51 +02:00