summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi/rfapi_rib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: un-split strings across linesDavid Lamparter2020-07-141-3/+1
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-2/+2
* bgpd: Convert users of `rn->p` to use accessor functionDonald Sharp2020-03-261-2/+4
* bgpd, lib, ripngd: Add agg_node_get_prefixDonald Sharp2020-03-241-43/+37
* bgpd, isisd, lib: Make key values const for skiplistDonald Sharp2020-03-241-3/+3
* treewide: fix some issues found with -Werror=undefRuben Kerkhof2020-03-101-8/+8
* bgpd: agg_node_lookup not unlockingDonald Sharp2020-02-271-0/+1
* bgpd: `struct bgp_path_info *`->attr must not be NULLDonald Sharp2019-10-161-5/+0
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* bgpd: Rename various variable names to something more appropriateDonald Sharp2018-10-091-31/+31
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-091-4/+4
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-4/+4
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-2/+0
* bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp2018-08-301-100/+109
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-1/+0
* bgpd, lib, zebra: Switch to work_queue_free_and_nullDonald Sharp2018-03-091-4/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-4/+6
* zebra/bgpd: fix compilation issuesmitesh2018-01-241-1/+1
* bgpd: Fixup buffer sizes for prefix_rd2strDonald Sharp2017-12-111-10/+10
* bgpd: Fix prefix2str using BUFSIZ to PREFIX_STRLENDonald Sharp2017-12-111-30/+31
* bgpd: Cleanup unneeded NULL checks.Donald Sharp2017-12-051-9/+6
* *: fix coverity warnings - error handling issuesRenato Westphal2017-10-241-1/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-8/+7
* bgpd: Convert to using ETH_ALENDonald Sharp2017-08-041-1/+1
* bgpd/eigrpd: fix crashes found by the CLI fuzzerRenato Westphal2017-07-251-1/+9
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-6/+6
* *: reindent pt. 2whitespace / reindent2017-07-171-6/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2102/+2040
* Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-141-24/+21
|\
| * Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-141-20/+17
| |\
| | * *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-6/+5
| | * *: remove VTYNL, part 5 of 6David Lamparter2017-07-141-15/+13
| * | bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp2017-07-121-4/+4
| |/
* / lib: add some abstraction guards for table codeDavid Lamparter2017-07-111-0/+2
|/
* Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-301-12/+12
|\
| * *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-12/+12
* | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-201-1/+1
|/
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-1/+0
* *: update thread_add_* callsQuentin Young2017-05-091-2/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-2/+2
* bgpd: replace AFI_ETHER reference with AFI_L2VPN refPhilippe Guibert2017-02-141-5/+5
* bgpd: add vrf-policy config using existing vnc codeLou Berger2017-01-231-1/+5
* bgpd rfapi: fix issue where advertised prefixes were not being disambiguatedLou Berger2017-01-231-1/+17
* rfapi: pickup recent changesLou Berger2017-01-021-0/+2
* bgpd vnc: Add 'debug bgp vnc verbose' targetLou Berger2016-12-081-47/+48
* rfapi: cleanup some warningsLou Berger2016-10-111-2/+2
* some rfapi compile fixesDaniel Walton2016-10-051-4/+0
* vnc: use directories in includes (request from Martin W.)Lou Berger2016-10-031-24/+24
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+2535