summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Fix test for matching UN prefix and the peerDonatas Abraitis2022-08-301-1/+1
* bgpd: Replace rfapi_time() with monotime()Donald Sharp2022-08-245-13/+17
* bgpd: Convert from bgp_clock() to monotime()Donald Sharp2022-08-243-7/+7
* Merge pull request #11582 from liwg06/masterRuss White2022-07-262-33/+43
|\
| * bgpd: Fixup some MAC address token cli syntaxWeiguo Li2022-07-192-33/+43
* | Merge pull request #11657 from donaldsharp/why_timerDonatas Abraitis2022-07-224-52/+47
|\ \
| * | bgpd: Convert thread_cancel to THREAD_OFF and use THREAD_ARGDonald Sharp2022-07-214-52/+47
* | | *: frr_with_mutex change to follow our standardDonald Sharp2022-07-202-2/+2
|/ /
* | bgpd: rfapi code does not need to assert on memory allocationsDonald Sharp2022-07-197-21/+2
* | bgpd, ldpd: No need for an explicit NULL check for thread_timer_remain_secondDonatas Abraitis2022-07-182-34/+24
|/
* bgpd: Cleanup pointer assignment so compiler doesn't get confusedDonald Sharp2022-06-231-2/+1
* bgpd: Initialize attr->local_pref to the configured default valueDonatas Abraitis2022-06-062-4/+4
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-10/+10
* *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-3/+2
* bgpd: Reuse bgp_attr_set_ecommunity() for setting attribute flagsDonatas Abraitis2022-04-122-6/+1
* bgpd: Fix spelliing of serachDonald Sharp2022-04-021-2/+2
* 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