]> git.meshlink.io Git - meshlink/commit
Add a function to set the default white/blacklisting behaviour.
authorGuus Sliepen <guus@meshlink.io>
Tue, 16 Dec 2014 13:51:36 +0000 (14:51 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sat, 27 Dec 2014 16:26:23 +0000 (17:26 +0100)
commitfb3ae8985db2f41c498b4fdaf2ca1566dbc84954
treecba2a1a022364ad9ee3b8b5d7828cb827bec3643
parent06e5c20b092578b496593c4e2934ee726cb12469
Add a function to set the default white/blacklisting behaviour.

This function should be called right after meshlink_open(), and will
apply the default white/blacklist setting to newly learned nodes.
The status can later be changed using the meshlink_whitelist() and
meshlink_blacklist() functions.
src/meshlink.c
src/meshlink.h
src/meshlink_internal.h
src/protocol_edge.c