summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi/rfapi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Remove #if 0 codeDonald Sharp2021-01-281-17/+0
* bgpd: Convert attr->vnc_subtlvs to use accessor functionsDonald Sharp2020-11-151-13/+13
* bgpd: Fix rfapi indentation issues with a for loopDonald Sharp2020-11-071-14/+10
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-29/+17
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-231-52/+56
* bgpd, isis, tools: style fixenQuentin Young2020-04-211-2/+1
* *: sprintf -> snprintfQuentin Young2020-04-211-1/+2
* bgpd: Ability to add/update unique extended communitiesvivek2020-03-311-3/+5
* bgpd: Rework code to use `const struct prefix`Donald Sharp2020-03-241-2/+2
* treewide: fix some issues found with -Werror=undefRuben Kerkhof2020-03-101-1/+1
* *: remove null check before XFREEQuentin Young2020-02-041-3/+1
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* bgpd: Remove dead code in rfapiDonald Sharp2019-10-261-6/+2
* bgpd: `struct bgp_path_info *`->attr must not be NULLDonald Sharp2019-10-161-6/+4
* bgpd: Use defined constants for NHLEN instead of numeric valuesDonatas Abraitis2019-09-131-2/+2
* lib: add frr_with_mutex() block-wrapperDavid Lamparter2019-09-031-3/+1
* bgpd/rfapi: fix clang-SA warningDavid Lamparter2019-06-131-1/+1
* bgpd: Remove extra alloc function bgp_path_info_newDonald Sharp2019-04-071-7/+1
* bgpd: Abstract bgp_table retrieving/setting from info pointerDonald Sharp2018-11-161-20/+18
* bgpd: Abstract bgp_info retrieving/setting from info pointerDonald Sharp2018-11-161-8/+12
* bgpd: Cleanup warnings issued by CI system from these changesDonald Sharp2018-10-091-2/+1
* bgpd: Rename various variable names to something more appropriateDonald Sharp2018-10-091-52/+52
* bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functionsDonald Sharp2018-10-091-6/+6
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-4/+4
* bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXXDonald Sharp2018-10-091-4/+4
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* *: style for EC replacementsQuentin Young2018-09-131-2/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-2/+2
* bgpd isisd ospf6d ospfd: variable shadowing fixesF. Aragon2018-09-121-2/+0
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-3/+0
* Merge pull request #2934 from LabNConsulting/working/master/rfapi_topotest_su...David Lamparter2018-09-041-7/+20
|\
| * rfapi: debug related changes to support topotest -- add costLou Berger2018-08-291-2/+10
| * rfapi: debug related changes to support topotestLou Berger2018-08-281-5/+10
* | bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp2018-08-301-16/+16
|/
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* bgpd: Convert to using LIB_ERR_XXX where possibleDonald Sharp2018-08-141-2/+5
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-2/+2
* bgpd lib ospfd pimd ripngd: null chk (PVS-Studio)F. Aragon2018-07-031-1/+1
* bgpd: dead code (Coverity 1399373)paco2018-06-151-67/+0
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-8/+6
* zebra/bgpd: fix compilation issuesmitesh2018-01-241-1/+1
* bgpd: bgp_redist_lookup param handles instances, not vrfsPhilippe Guibert2018-01-221-1/+1
* bgpd: use ring buffer for network inputQuentin Young2018-01-031-1/+2
* bgpd: Fixup buffer sizes for prefix_rd2strDonald Sharp2017-12-111-9/+7
* bgpd: Fix prefix2str using BUFSIZ to PREFIX_STRLENDonald Sharp2017-12-111-22/+12
* bgpd, tests: comment formattingQuentin Young2017-11-301-2/+4
* bgpd: implement buffered readsQuentin Young2017-11-301-9/+20
* bgpd: Fix off by one error introduced by 8c9cc7bbf657e3440d9bc758fe45aef5f43c...Donald Sharp2017-10-191-3/+3
* rfapi: explicitly test against success of is_configured.Lou Berger2017-10-091-2/+4