summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10636 from ton31337/fix/use_get_set_for_communitiesRuss White2022-02-281-2/+5
|\
| * bgpd: Reuse get/set helpers for attr->communityDonatas Abraitis2022-02-251-2/+5
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-245-21/+10
|/
* Merge pull request #10549 from idryzhov/bgp-coverityDonatas Abraitis2022-02-101-1/+2
|\
| * bgpd: fix null pointer dereferencesIgor Ryzhov2022-02-091-1/+2
* | bgpd: fix aspath memleak on error in vnc_direct_bgp_add_nveIgor Ryzhov2022-02-091-3/+3
|/
* Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extraDonald Sharp2022-02-086-44/+57
|\
| * bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis2022-02-046-44/+57
* | bgpd: Use AF_UNSPEC instead of setting to 0Donald Sharp2022-02-072-10/+10
|/
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-4/+7
* Merge pull request #9546 from proelbtn/add-support-for-perfix-sid-type-5Russ White2021-09-211-2/+10
|\
| * bgpd: show SID structure informationRyoga Saito2021-09-141-2/+10
* | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-4/+4
|/
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-016-11/+12
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-016-11/+12
* bgpd: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-013-7/+7
* bgpd: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-012-5/+5
* bgpd: Do not test for bgp_path_info in rfapiCopyUnEncap2VPN()Donatas Abraitis2021-06-171-4/+2
* bgpd: Remove double test against rfapi which is already checkedDonatas Abraitis2021-06-171-1/+1
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-172-6/+6
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-172-54/+54
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-3/+3
* bgpd: Remove #if 0 codeDonald Sharp2021-01-282-20/+0
* bgpd: Use uint32_t for size value instead of int in ecommunity structDonald Sharp2021-01-182-4/+6
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-1/+1
* Merge pull request #7523 from donaldsharp/route_map_object_tRuss White2020-11-172-11/+8
|\
| * *: Remove route_map_object_t from the systemDonald Sharp2020-11-142-11/+8
* | bgpd: Convert attr->vnc_subtlvs to use accessor functionsDonald Sharp2020-11-155-20/+22
* | bgpd: Abstract attr->cluster to accessor/set functionsDonald Sharp2020-11-151-2/+5
* | bgpd: Convert attr->transit to use accessor functionsDonald Sharp2020-11-151-3/+5
|/
* bgpd: Fix rfapi indentation issues with a for loopDonald Sharp2020-11-071-14/+10
* * : update signature of thread_cancel apiMark Stapp2020-10-234-79/+47
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-228-281/+99
* *: Create/Use accessor functions for lock countDonald Sharp2020-10-173-9/+12
* bgpd: add `%pBD` for printing `struct bgp_dest *`David Lamparter2020-10-171-1/+1
* *: Remove solaris from FRRDonald Sharp2020-09-211-4/+0
* *: un-split strings across linesDavid Lamparter2020-07-142-5/+2
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-236-179/+191
* bgpd, isis, tools: style fixenQuentin Young2020-04-211-2/+1
* *: sprintf -> snprintfQuentin Young2020-04-214-9/+16
* Merge pull request #6135 from opensourcerouting/cli-node-cleanupDonald Sharp2020-04-172-10/+32
|\
| * *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-162-0/+5
| * *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+4
| * *: remove second parameter on install_node()David Lamparter2020-04-162-5/+7
| * *: remove cmd_node->vtyshDavid Lamparter2020-04-162-5/+0
| * *: clean up cmd_node initializersDavid Lamparter2020-04-162-5/+21
* | Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K2020-04-161-2/+1
|\ \ | |/ |/|
| * lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter2020-04-011-2/+1
* | *: Do not cast to the same typeDonatas Abraitis2020-04-084-7/+6
* | Merge pull request #6105 from vivek-cumulus/bgp_link_bandwidth_unequal_cost_m...Sri Mohana Singamsetty2020-04-054-7/+9
|\ \