]> git.proxmox.com Git - mirror_frr.git/commit - ripd/ripd.h
ripd: implement northbound callbacks to fetch neighbor information
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 9 May 2018 04:35:03 +0000 (01:35 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 27 Oct 2018 18:16:12 +0000 (16:16 -0200)
commit5c1a84977b749f30b8361e135d2a555f6fa3383d
tree5211c3ff1e3d4d035b159310f897c6560873fd2c
parent2e37ad7fd2f33261f413b76af598e4a3c59be90a
ripd: implement northbound callbacks to fetch neighbor information

Support for fetching operational data is experimental at this point.
Locks must be introduced to ensure the peer_list global variable won't
be modified while we're iterating asynchronously over it (or iterating
from a separate pthread).

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ripd/rip_northbound.c
ripd/ripd.h