summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4522 from LabNConsulting/working/master/issue4479Quentin Young2019-06-251-0/+12
|\
| * bgpd: handle additional events occuring during instance shutdownLou Berger2019-06-181-0/+12
* | bgpd/rfapi: fix clang-SA warningDavid Lamparter2019-06-131-1/+1
|/
* lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-1/+4
* bgpd: fix rfapi false compiler warningQuentin Young2019-05-291-0/+3
* bgpd: Store reason why bestpath was choosenDonald Sharp2019-05-161-1/+4
* Merge pull request #4314 from lkrishnamoor/extract_tunnel_type_extcomDonald Sharp2019-05-153-35/+6
|\
| * bgpd: Extract tunnel type from extended communitiesLakshman Krishnamoorthy2019-05-143-35/+6
* | bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp2019-05-111-22/+0
|/
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-3/+2
* bgpd: Remove extra alloc function bgp_path_info_newDonald Sharp2019-04-072-16/+6
* bgpd, pimd: Remove undebug commandsDonald Sharp2019-04-031-30/+0
* Merge pull request #3869 from qlyoung/cocci-fixesDavid Lamparter2019-03-064-16/+9
|\
| * *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-262-3/+2
| * *: remove null check before XFREEQuentin Young2019-02-262-12/+6
| * *: use array_size instead of raw divisionQuentin Young2019-02-261-1/+1
* | bgpd: strncpy -> strlcpyQuentin Young2019-02-261-2/+2
|/
* bgpd: remove route-map decrement call on prefix-listMark Stapp2019-02-121-2/+0
* bgpd: Added changes to track route-map usagergirada2019-02-041-0/+56
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-244-5/+5
* Merge pull request #3093 from donaldsharp/bgp_node_continuedLou Berger2018-12-116-54/+68
|\
| * bgpd: Abstract bgp_table retrieving/setting from info pointerDonald Sharp2018-11-165-27/+26
| * bgpd: Abstract bgp_info retrieving/setting from info pointerDonald Sharp2018-11-166-27/+42
* | bgpd: reuse bgp_path_info_extra_free() routing in rfapiPhilippe Guibert2018-12-051-5/+2
|/
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* bgpd: use the vrf_bitmap_*() helper functions when necessaryRenato Westphal2018-10-201-6/+9
* bgpd: fix bug while iterating over VPN tableRenato Westphal2018-10-201-0/+2
* bgpd: remove wrong assertRenato Westphal2018-10-201-1/+0
* bgpd: fix NULL pointer dereference bugRenato Westphal2018-10-201-0/+4
* bgpd: add a NULL check to prevent a crash in the rfapi codeRenato Westphal2018-10-201-1/+1
* bgpd: fix crashes caused by missing input validationRenato Westphal2018-10-201-2/+2
* bgpd: fix some NULL pointer dereference bugsRenato Westphal2018-10-201-8/+15
* 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-0914-866/+887
* bgpd: Convert binfo to pathDonald Sharp2018-10-093-27/+27
* bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functionsDonald Sharp2018-10-093-17/+18
* bgpd: Convert `struct bgp_info` to `struct bgp_path_info`Donald Sharp2018-10-0916-180/+185
* bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXXDonald Sharp2018-10-095-49/+50
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-027-17/+17
* Merge pull request #3031 from pacovn/static_analysis__WcommaLou Berger2018-09-171-2/+4
|\
| * bgpd isisd zebra: misuse of comma operatorF. Aragon2018-09-141-2/+4
* | Merge pull request #3023 from qlyoung/ultimate-warning-reference-cards-renameDavid Lamparter2018-09-145-43/+42
|\ \
| * | *: style for EC replacementsQuentin Young2018-09-135-25/+24
| * | *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-135-24/+24
| |/
* / bgpd lib ospf6d pbrd tests zebra: shadowing fixesF. Aragon2018-09-132-20/+20
|/
* bgpd isisd ospf6d ospfd: variable shadowing fixesF. Aragon2018-09-124-13/+8
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-087-17/+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