summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi/rfapi_monitor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Convert thread_cancel to THREAD_OFF and use THREAD_ARGDonald Sharp2022-07-211-6/+6
* bgpd, ldpd: No need for an explicit NULL check for thread_timer_remain_secondDonatas Abraitis2022-07-181-22/+18
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-5/+2
* * : update signature of thread_cancel apiMark Stapp2020-10-231-20/+6
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-21/+7
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-3/+2
* bgpd: Convert users of `rn->p` to use accessor functionDonald Sharp2020-03-261-1/+1
* bgpd, lib, ripngd: Add agg_node_get_prefixDonald Sharp2020-03-241-9/+10
* bgpd, isisd, lib: Make key values const for skiplistDonald Sharp2020-03-241-3/+3
* bgpd: Rename various variable names to something more appropriateDonald Sharp2018-10-091-6/+6
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-1/+1
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-2/+0
* bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp2018-08-301-87/+94
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-6/+3
* bgpd: Fix prefix2str using BUFSIZ to PREFIX_STRLENDonald Sharp2017-12-111-20/+19
* rfapi: fix clang warningVincent JARDIN2017-10-081-0/+2
* bgpd: Convert to using ETH_ALENDonald Sharp2017-08-041-2/+2
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-5/+4
* *: reindent pt. 2whitespace / reindent2017-07-171-4/+5
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1395/+1282
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-4/+6
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-4/+4
* bgpd: replace AFI_ETHER reference with AFI_L2VPN refPhilippe Guibert2017-02-141-6/+6
* bgpd vnc: Add 'debug bgp vnc verbose' targetLou Berger2016-12-081-29/+30
* vnc: use directories in includes (request from Martin W.)Lou Berger2016-10-031-22/+22
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+1701