summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | bgpd: fix memory leak in bgp_aggregate_install()Enke Chen2025-01-091-1/+8
| |/ / /
* | | | bgpd: apply route-map for aggregate before attribute comparisonEnke Chen2025-01-091-78/+24
* | | | Revert "bgpd: Reinstall aggregated routes if using route-maps and it was chan...Enke Chen2025-01-083-6/+2
|/ / /
* | / bgpd: add debugging command for route aggregationEnke Chen2025-01-083-4/+158
| |/ |/|
* | Merge pull request #17723 from opensourcerouting/fix/bgpd_metric_worseRuss White2025-01-073-2/+3
|\ \ | |/ |/|
| * bgpd: Respect `bgp bestpath missing-as-worst` for `table-map` as wellDonatas Abraitis2024-12-263-2/+3
* | Merge pull request #17733 from pguibert6WIND/bmp_event_changesRuss White2025-01-078-3/+115
|\ \
| * | bgpd: bmp, define hook for route distinguisher updatesPhilippe Guibert2024-12-303-1/+25
| * | bgpd: bmp, define hook for router-id updatesPhilippe Guibert2024-12-303-0/+28
| * | bgpd: bmp_route_update, replace bgp_bmp_get with bgp_bmp_findPhilippe Guibert2024-12-301-1/+4
| * | bgpd: fix memory leak when updating peer up loc rib eventsPhilippe Guibert2024-12-301-0/+5
| * | bgpd: fix do re-send post-policy bgp update when not validPhilippe Guibert2024-12-304-0/+51
| * | bgpd: fix warning of compilation when using bgp_tracePhilippe Guibert2024-12-301-1/+1
| * | bgpd: bmp, fix address sanitizer issuePhilippe Guibert2024-12-301-1/+2
* | | Merge pull request #17771 from opensourcerouting/fix/show_ifindex_bgpRuss White2025-01-071-17/+26
|\ \ \
| * | | bgpd: Show ifindex for every BGP nexthop cache entryDonatas Abraitis2025-01-061-17/+26
* | | | Merge pull request #17667 from opensourcerouting/fix/withdraw_routes_regarles...Russ White2025-01-071-46/+49
|\ \ \ \
| * | | | bgpd: Withdraw routes without waiting for the coalescing timer to expireDonatas Abraitis2024-12-181-46/+49
* | | | | Merge pull request #17431 from krishna-samy/bgpd_json_commitsRuss White2025-01-074-122/+268
|\ \ \ \ \
| * | | | | bgpd: Nexthop Stringify changesAshwini Reddy2024-11-191-74/+75
| * | | | | bgpd: neighbors received-routes/advertised-routes stringify changesSindhu Parvathi Gopinathan2024-11-191-21/+82
| * | | | | bgpd: show bgp l2vpn evpn route detail json stringify changesAshwini Reddy2024-11-161-27/+42
| * | | | | bgpd: [EVPN GR] Added JSON support for "show bgp router"Pooja Jagadeesh Doijode2024-11-161-0/+69
* | | | | | bgpd: fix a bug in peer_allowas_in_set()Enke Chen2025-01-071-2/+2
* | | | | | bgpd: Use unique value for BGP_NEXTHOP_EVPN_INCOMPLETE flagDonatas Abraitis2025-01-061-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #17716 from ykholod/master-17463Donatas Abraitis2025-01-013-0/+31
|\ \ \ \ \
| * | | | | BGP: Clean address-family config on daemon restartYaroslav Kholod2024-12-303-0/+31
* | | | | | Merge pull request #17728 from dmytroshytyi-6WIND/bgp_rpki_stateDonatas Abraitis2025-01-011-9/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bgpd: display rpki state in 'show bgp ipvX detail'Philippe Guibert2024-12-271-9/+8
| | |_|_|/ | |/| | |
* / | | | bgpd: Show prefix-related stats per neighborDonatas Abraitis2024-12-305-8/+38
|/ / / /
* | | | Merge pull request #17580 from varuntumbe/dev/label_pool_release_fixDonatas Abraitis2024-12-234-19/+35
|\ \ \ \ | |/ / / |/| | |
| * | | bgpd: Releasing the label in bgp_delete flowvaruntumbe2024-12-164-19/+35
* | | | Merge pull request #17684 from opensourcerouting/fix/json_time_no_newlineJafar Al-Gharaibeh2024-12-226-24/+10
|\ \ \ \
| * | | | bgpd: Drop timestamp_string()Donatas Abraitis2024-12-202-12/+2
| * | | | bgpd: Replace ctime_r() to time_to_string[_json]() to handle JSON/non-JSONDonatas Abraitis2024-12-205-12/+8
* | | | | Merge pull request #17706 from cscarpitta/fix/convert-to-ipv6-max-bytelenJafar Al-Gharaibeh2024-12-221-5/+4
|\ \ \ \ \
| * | | | | bgpd: Replace 16 integer with IPV6_MAX_BYTELENCarmine Scarpitta2024-12-221-1/+1
| * | | | | bgpd: Replace 16 integer with IPV6_MAX_BYTELENCarmine Scarpitta2024-12-221-4/+3
* | | | | | bgpd: Fix `enforce-first-as` per peer-group removalDonatas Abraitis2024-12-212-3/+12
|/ / / / /
* | | | | Merge pull request #17674 from opensourcerouting/fix/bgp_show_advertised_rout...Jafar Al-Gharaibeh2024-12-203-81/+72
|\ \ \ \ \
| * | | | | bgpd: Print totalRoutes and totalPaths in JSON outputDonatas Abraitis2024-12-191-1/+6
| * | | | | bgpd: Show applied route-map attributes for `neighbor X advertised-routes det...Donatas Abraitis2024-12-193-80/+66
| | |_|_|/ | |/| | |
* | | | | Merge pull request #17619 from donaldsharp/bgp_metaq_upstreamJafar Al-Gharaibeh2024-12-205-85/+341
|\ \ \ \ \
| * | | | | bgpd: add meta queue in bgpKarthikeya Venkat Muppalla2024-12-175-85/+341
* | | | | | Merge pull request #17669 from pguibert6WIND/rdvpn_mem_leakDonatas Abraitis2024-12-201-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | bgpd: fix memory leak when reconfiguring a route distinguisherPhilippe Guibert2024-12-181-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #17670 from pguibert6WIND/rpki_json_missingJafar Al-Gharaibeh2024-12-201-5/+10
|\ \ \ \ \
| * | | | | bgpd: add rpki json attributes to bgp pathPhilippe Guibert2024-12-191-5/+10
* | | | | | Merge pull request #17586 from opensourcerouting/fix/revalidate_only_affected...Jafar Al-Gharaibeh2024-12-193-122/+53
|\ \ \ \ \ \
| * | | | | | bgpd: Validate only affected RPKI prefixes instead of a full RIBDonatas Abraitis2024-12-063-122/+53
| | |_|_|/ / | |/| | | |