summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | bgpd: fixes bmp stats send-experimental configurationPhilippe Guibert2024-05-141-1/+1
|/ /
* | Merge pull request #16003 from pguibert6WIND/fix_colored_nexthopRuss White2024-05-131-2/+2
|\ \
| * | bgpd: fix colored nexthops resolutionPhilippe Guibert2024-05-131-2/+2
* | | Merge pull request #15911 from opensourcerouting/feature/bgpd_dampening_per_n...Russ White2024-05-138-202/+585
|\ \ \ | |/ / |/| |
| * | bgpd: Reduce the nesting level for bgp_clear_damp_route()Donatas Abraitis2024-05-031-32/+28
| * | bgpd: Put dest into work queue when the path is really withdrawn by dampeningDonatas Abraitis2024-05-031-6/+14
| * | bgpd: Pass the right reuse_list when handling it via bgp_reuse_timer threadDonatas Abraitis2024-05-033-30/+24
| * | bgpd: Use SLIST_FOREACH_SAFE when iterating over the list in bgp_reuse_timerDonatas Abraitis2024-05-031-2/+2
| * | bgpd: fix missing damp info free when cleaning bgp pathIgor Ryzhov2024-05-031-0/+2
| * | bgpd: cleanup bgp_damp_info_freeIgor Ryzhov2024-05-033-18/+10
| * | bgpd: fix incorrect usage of slist in dampeningIgor Ryzhov2024-05-032-89/+26
| * | bgpd: fix missing list add in dampeningIgor Ryzhov2024-05-031-1/+8
| * | bgpd: Drop double-pointer for bgp_damp_info_free()Donatas Abraitis2024-05-033-19/+23
| * | bgpd: fix double free in dampening codeIgor Ryzhov2024-05-031-10/+3
| * | bgpd: Remove useless reuselist_node assignment before while loopDonatas Abraitis2024-05-031-1/+0
| * | bgpd: clear ip bgp dampening was not triggering the route calculation for the...sudhanshukumar222024-05-033-6/+29
| * | bgpd: Do not output peer doppleganger dampened outputDonald Sharp2024-05-031-1/+2
| * | bgpd: peer / peer group dampening profilesDavid Schweizer2024-05-037-178/+494
| * | bgpd: vtysh commands for peer/group dampening profilesDavid Schweizer2024-05-031-1/+112
* | | Merge pull request #15614 from louis-6wind/fix-6pe-addressDonatas Abraitis2024-05-104-93/+112
|\ \ \ | |_|/ |/| |
| * | bgpd: prefer link-local to a ipv4-mapped ipv6 globalLouis Scalbert2024-04-231-23/+18
| * | bgpd: set ipv4-mapped ipv6 for ipv4 with ipv6 nexthopLouis Scalbert2024-04-231-5/+7
| * | bgpd: fix "used" json key on link-local nexthopLouis Scalbert2024-04-231-4/+1
| * | bgpd: fix removing ipv6 global nexhopLouis Scalbert2024-04-231-4/+23
| * | bgpd: optimize bgp_interface_address_delLouis Scalbert2024-04-231-12/+8
| * | bgpd: fix sending ipv6 local nexthop if global presentLouis Scalbert2024-04-231-5/+28
| * | bgpd: log new ipv6 global in bgp_interface_address_addLouis Scalbert2024-04-231-2/+3
| * | bgpd: reduce bgp_interface_address_add indentationLouis Scalbert2024-04-231-45/+39
| * | bgpd: optimize bgp_interface_address_addLouis Scalbert2024-04-231-5/+2
| * | Revert "bgpd: fix 6vpe nexthop"Louis Scalbert2024-04-231-10/+5
* | | Merge pull request #15965 from cscarpitta/bugfix/bgp-srv6-memleaksDonald Sharp2024-05-091-12/+23
|\ \ \
| * | | bgpd: Move SRv6 cleanup functionsCarmine Scarpitta2024-05-091-12/+14
| * | | bgpd: Fix SRv6 memory leaks spotted by ASANCarmine Scarpitta2024-05-091-0/+9
* | | | bgpd: Remove redundant recursion flag variableDonatas Abraitis2024-05-081-5/+1
|/ / /
* | | Merge pull request #15950 from mxyns/draft-bmp-peer-upDonatas Abraitis2024-05-081-6/+8
|\ \ \
| * | | bgpd: bmp rename tlv typesMaxence Younsi2024-05-071-6/+8
* | | | Merge pull request #15913 from opensourcerouting/fix/bgpd_no_set_as_prependRuss White2024-05-071-6/+16
|\ \ \ \
| * | | | bgpd: Allow using optional table id for negative `no set table X` commandDonatas Abraitis2024-05-031-2/+3
| * | | | bgpd: Fix `no set as-path prepend ASNUM...`Donatas Abraitis2024-05-021-4/+13
| | |_|/ | |/| |
* | | | Merge pull request #15895 from opensourcerouting/fix/ignore_attributes_if_dis...Russ White2024-05-071-0/+9
|\ \ \ \
| * | | | bgpd: Ignore validating the attribute flags if path-attribute is configuredDonatas Abraitis2024-05-011-0/+9
| |/ / /
* | | | Merge pull request #15883 from opensourcerouting/fix/bgpd_gr_fsmRuss White2024-05-072-10/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: Apply NOOP when doing negative commands for GR operationsDonatas Abraitis2024-04-301-3/+3
| * | | bgpd: Print old/new states of graceful restart FSMDonatas Abraitis2024-04-301-7/+10
* | | | Merge pull request #15924 from chiragshah6/fdev5Donatas Abraitis2024-05-061-7/+15
|\ \ \ \
| * | | | bgpd: [GR] fix mode change vtysh return codeChirag Shah2024-05-051-7/+15
| | |/ / | |/| |
* | | | bgpd: Fix the order of NULL check and ZAPI decodeCarmine Scarpitta2024-05-051-3/+3
* | | | bgpd: Fix crash when deleting the SRv6 locatorCarmine Scarpitta2024-05-031-0/+3
|/ / /
* | | Merge pull request #15874 from pguibert6WIND/bgp_get_sockname_coverity_1585206Donatas Abraitis2024-05-011-8/+12
|\ \ \
| * | | bgpd: fix covery ID 1585206Philippe Guibert2024-04-291-8/+12