summaryrefslogtreecommitdiff
path: root/bgpd/rfapi
AgeCommit message (Expand)Author
2023-02-21Merge pull request #12854 from opensourcerouting/fix/bgp_withdraw_attr_not_usedRuss White
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-21bgpd: Drop struct attr from bgp_withdraw()Donatas Abraitis
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-10bgpd: Remove extraneous include of version.hDonald Sharp
2023-02-10bgpd: store the route-distinguisher from config as a stringPhilippe Guibert
2023-02-10bgpd: support for as notation format for route distinguisherPhilippe Guibert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
2023-02-07Merge pull request #12707 from donaldsharp/missed_enumsDonatas Abraitis
2023-02-01bgpd/rfapi: add missing printf attributeDavid Lamparter
2023-01-31bgpd: Add missing enum's to case statementDonald Sharp
2023-01-27*: apply proper format string attributesDavid Lamparter
2022-12-21bgpd: rfapi properly free a couple listsDonald Sharp
2022-11-29bgpd: inet_ntop() adjustmentsDonatas Abraitis
2022-11-03bgpd: rfapi doc strings are messed up for one commandDonald Sharp
2022-09-22bgpd: Use %pRD for prefix_rd2str()Donatas Abraitis
2022-08-30bgpd: Fix test for matching UN prefix and the peerDonatas Abraitis
2022-08-24bgpd: Replace rfapi_time() with monotime()Donald Sharp
2022-08-24bgpd: Convert from bgp_clock() to monotime()Donald Sharp
2022-07-26Merge pull request #11582 from liwg06/masterRuss White
2022-07-22Merge pull request #11657 from donaldsharp/why_timerDonatas Abraitis
2022-07-21bgpd: Convert thread_cancel to THREAD_OFF and use THREAD_ARGDonald Sharp
2022-07-20*: frr_with_mutex change to follow our standardDonald Sharp
2022-07-19bgpd: rfapi code does not need to assert on memory allocationsDonald Sharp
2022-07-20bgpd: Fixup some MAC address token cli syntaxWeiguo Li
2022-07-18bgpd, ldpd: No need for an explicit NULL check for thread_timer_remain_secondDonatas Abraitis
2022-06-23bgpd: Cleanup pointer assignment so compiler doesn't get confusedDonald Sharp
2022-06-06bgpd: Initialize attr->local_pref to the configured default valueDonatas Abraitis
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-04-12bgpd: Reuse bgp_attr_set_ecommunity() for setting attribute flagsDonatas Abraitis
2022-04-02bgpd: Fix spelliing of serachDonald Sharp
2022-02-28Merge pull request #10636 from ton31337/fix/use_get_set_for_communitiesRuss White
2022-02-25bgpd: Reuse get/set helpers for attr->communityDonatas Abraitis
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-10Merge pull request #10549 from idryzhov/bgp-coverityDonatas Abraitis
2022-02-10bgpd: fix aspath memleak on error in vnc_direct_bgp_add_nveIgor Ryzhov
2022-02-10bgpd: fix null pointer dereferencesIgor Ryzhov
2022-02-08Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extraDonald Sharp
2022-02-07bgpd: Use AF_UNSPEC instead of setting to 0Donald Sharp
2022-02-04bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-09-21Merge pull request #9546 from proelbtn/add-support-for-perfix-sid-type-5Russ White
2021-09-14bgpd: show SID structure informationRyoga Saito
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01bgpd: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01bgpd: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis