]> git.puffer.fish Git - matthieu/frr.git/commit
ripd: implement northbound callbacks to fetch route 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)
commit6270ce38adf705ad07e5d341a8ff049751e365e5
tree611547dbe38dde88859c297f58db0d15ca678e57
parent5c1a84977b749f30b8361e135d2a555f6fa3383d
ripd: implement northbound callbacks to fetch route information

Support for fetching operational data is experimental at this point.
Locks must be introduced to ensure the rip->table routing table 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