summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Fix continue/break change from old commitDonald Sharp2022-03-071-4/+4
* Merge pull request #10734 from ton31337/fix/rpki_readJafar Al-Gharaibeh2022-03-051-1/+1
|\
| * bgpd: Fix while(read()) for RPKI sync callbackDonatas Abraitis2022-03-041-1/+1
* | bgpd: fix 'show bgp detail json' outputRafael Zalamena2022-03-031-1/+1
|/
* bgpd: fix missing name of default vrfanlan_cs2022-02-061-2/+2
* Merge pull request #10636 from ton31337/fix/use_get_set_for_communitiesRuss White2022-02-2811-142/+198
|\
| * bgpd: Reuse get/set helpers for attr->communityDonatas Abraitis2022-02-2511-142/+198
* | *: Add necessary new line for output of vty_out()anlan_cs2022-02-273-7/+7
* | bgpd: change the treatment for SRv6 routesRyoga Saito2022-02-255-43/+38
* | bgpd: announce locators instead of transposed SIDsRyoga Saito2022-02-251-3/+3
* | bgpd: update logic to allocate SRv6 locatorRyoga Saito2022-02-252-8/+18
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-2426-200/+110
* | Merge pull request #10585 from ton31337/feature/advmap_setIgor Ryzhov2022-02-234-49/+55
|\ \ | |/ |/|
| * bgpd: Allow setting attributes over route-maps for conditional advertisementsDonatas Abraitis2022-02-184-49/+55
* | bgpd: evpn route-map match esr type-4 route-typeChirag Shah2022-02-171-2/+8
* | bgpd: evpn route-map match ead type-1 route-typeChirag Shah2022-02-171-3/+9
* | Merge pull request #10590 from donaldsharp/bgp_error_codesSri Mohana Singamsetty2022-02-163-62/+75
|\ \
| * | bgpd: Renumber bgp_create_error_code enum valuesDonald Sharp2022-02-151-31/+31
| * | bgpd: Convert bgp error codes for cli input to an enumDonald Sharp2022-02-152-39/+69
| * | bgpd: Remove unused BGP_ERR_MAX #defineDonald Sharp2022-02-151-1/+0
| * | bgpd: Move some error codes to bgp_vty_return handlingDonald Sharp2022-02-151-18/+6
| * | bgpd: Remove impossible invalid stateDonald Sharp2022-02-152-4/+0
* | | Merge pull request #10586 from punithkumar-spk/masterMark Stapp2022-02-161-1/+1
|\ \ \
| * | | bgpd: Fix uninitialized compiler warningPunith Kumar2022-02-151-1/+1
| | |/ | |/|
* | | Merge pull request #10575 from donaldsharp/bgp_requires_policyRuss White2022-02-163-1/+23
|\ \ \ | |_|/ |/| |
| * | bgp: Add a 15 minute warning to missing policyDonald Sharp2022-02-153-1/+23
| |/
* | Merge pull request #10546 from ton31337/fix/check_for_null_inside_uninternRuss White2022-02-152-11/+13
|\ \ | |/ |/|
| * bgpd: Check for NULL inside aspath_unintern()Donatas Abraitis2022-02-092-11/+13
* | bgpd: Fix spelling mistakesDonald Sharp2022-02-141-1/+1
* | Merge pull request #10540 from idryzhov/attr-extra-revertDonatas Abraitis2022-02-104-47/+10
|\ \
| * | Revert "bgpd: Move out ipv6_ecommunity struct from attr to attr_extra"Igor Ryzhov2022-02-104-35/+4
| * | Revert "bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_type"Igor Ryzhov2022-02-101-12/+6
| * | Revert "bgpd: Free only subattributes, not the whole attr_extra pointer"Igor Ryzhov2022-02-101-1/+1
* | | bgpd: Use get/set helpers for attr->lcommunityDonatas Abraitis2022-02-109-82/+130
|/ /
* | Merge pull request #10549 from idryzhov/bgp-coverityDonatas Abraitis2022-02-102-2/+5
|\ \
| * | bgpd: fix null pointer dereferencesIgor Ryzhov2022-02-092-2/+5
| |/
* | Merge pull request #10550 from idryzhov/bgp-attr-undupDonatas Abraitis2022-02-104-43/+5
|\ \
| * | bgpd: remove bgp_attr_undupIgor Ryzhov2022-02-094-43/+5
| |/
* | bgpd: fix aspath memleak on error in vnc_direct_bgp_add_nveIgor Ryzhov2022-02-091-3/+3
* | bgpd: fix aspath memory leak in aggr_suppress_map_testIgor Ryzhov2022-02-091-0/+1
* | bgpd: fix missing bgp_attr_flush on errors in bgp_updateIgor Ryzhov2022-02-091-3/+6
|/
* Merge pull request #10531 from idryzhov/bgp-nexthop-cmpDonald Sharp2022-02-081-4/+1
|\
| * bgpd: avoid memcmp comparison of struct nexthopIgor Ryzhov2022-02-081-4/+1
* | Merge pull request #10530 from idryzhov/ipaddr-cmpMark Stapp2022-02-081-1/+1
|\ \
| * | *: use ipaddr_cmp instead of memcmpIgor Ryzhov2022-02-081-1/+1
| |/
* | Merge pull request #10492 from ton31337/feature/pmsi_tnl_type_attr_extraDonald Sharp2022-02-082-7/+13
|\ \
| * | bgpd: Free only subattributes, not the whole attr_extra pointerDonatas Abraitis2022-02-051-1/+1
| * | bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_typeDonatas Abraitis2022-02-051-6/+12
* | | Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extraDonald Sharp2022-02-0819-210/+287
|\ \ \ | |_|/ |/| |
| * | bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis2022-02-0419-210/+287
| |/