summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: fix show bgp all with evpnLouis Scalbert2022-12-293-0/+21
* Merge pull request #12562 from opensourcerouting/fix/add_frrtrace_points_for_...Russ White2022-12-274-2/+82
|\
| * bgpd: Add lttng tracepoints for bgp_path_info_add/freeDonatas Abraitis2022-12-233-2/+50
| * bgpd: Add lttng tracepoints for peer_lock/peer_unlockDonatas Abraitis2022-12-222-0/+32
* | Merge pull request #12558 from donaldsharp/bgp_static_route_mem_leakRuss White2022-12-273-6/+19
|\ \
| * | bgpd: bgp_connected_add memory was being leaked in some casesDonald Sharp2022-12-221-5/+2
| * | bgpd: rfapi properly free a couple listsDonald Sharp2022-12-211-0/+12
| * | bgpd: static routes are leaked on shutdownDonald Sharp2022-12-211-1/+5
| |/
* | Merge pull request #12515 from opensourcerouting/fix/show_ip_bgp_detail_weird...Russ White2022-12-273-24/+49
|\ \
| * | bgpd: Adopt `show bgp detail-routes` command for L3VPN outputs as wellDonatas Abraitis2022-12-203-13/+16
| * | bgpd: Set routes detail flag when using flowspec detailed commandDonatas Abraitis2022-12-201-1/+1
| * | bgpd: Add `show ip bgp <afi> <safi> detail` command versionDonatas Abraitis2022-12-202-3/+10
| * | bgpd: Rename BGP_SHOW_OPT_DETAIL to BGP_SHOW_OPT_JSON_DETAILDonatas Abraitis2022-12-202-10/+10
| * | bgpd: Show the real prefix for `show bgp detail`Donatas Abraitis2022-12-201-9/+24
* | | Merge pull request #11127 from louis-6wind/bgp-leakRuss White2022-12-279-110/+277
|\ \ \
| * | | bgpd: fix attrhash_cmp() clang-formatLouis Scalbert2022-12-161-45/+45
| * | | bgpd: resend routes deleted by kernel after interface addresses deletionLouis Scalbert2022-12-163-4/+47
| * | | bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flagLouis Scalbert2022-12-167-22/+34
| * | | bgpd: fix route recursion on leaked routesLouis Scalbert2022-12-161-7/+4
| * | | bgpd: update route leaking when a VRF loopback is receivedLouis Scalbert2022-12-165-1/+59
| * | | bgpd: fix invalid nexthop interface on leaked routesLouis Scalbert2022-12-161-0/+8
| * | | bgpd: fix prefix VRF leaking with 'network import-check' (5/5)Louis Scalbert2022-12-161-3/+3
| * | | bgpd: fix prefix VRF leaking with 'network import-check' (4/5)Louis Scalbert2022-12-164-2/+37
| * | | bgpd: fix prefix VRF leaking with 'network import-check' (3/5)Louis Scalbert2022-12-161-12/+10
| * | | bgpd: fix prefix VRF leaking with 'network import-check' (2/5)Louis Scalbert2022-12-161-16/+18
| * | | bgpd: fix prefix VRF leaking with 'network import-check' (1/5)Louis Scalbert2022-12-161-1/+5
| * | | bgpd: fix prefix VRF leaking with 'no network import-check'Louis Scalbert2022-12-161-2/+12
* | | | Merge pull request #12551 from proelbtn/fix-install-srv6-local-routesDonatas Abraitis2022-12-231-5/+11
|\ \ \ \
| * | | | bgpd: Fix handling of SRv6 local routesRyoga Saito2022-12-201-5/+11
* | | | | Merge pull request #12555 from anlancs/fix/bgp-debug-infoDonatas Abraitis2022-12-221-3/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bgpd: fix one wrong debug log for evpnanlan_cs2022-12-211-3/+2
| |/ / /
* | | | bgpd: fix static analyzer warningsRafael Zalamena2022-12-201-77/+39
* | | | Merge pull request #12539 from donaldsharp/bgp_debug_prefix_mem_leakRuss White2022-12-201-51/+34
|\ \ \ \
| * | | | bgpd: When allocating prefix, free it when we are already tracking itDonald Sharp2022-12-201-51/+34
| | |_|/ | |/| |
* | | | Merge pull request #12531 from opensourcerouting/feature/snmp_testsRuss White2022-12-201-11/+31
|\ \ \ \
| * | | | bgpd: Zero intial OID items in array at the beginningDonatas Abraitis2022-12-201-3/+17
| * | | | bgpd: Return MED, not local-preference if MED attribute exists (SNMP)Donatas Abraitis2022-12-191-1/+1
| * | | | bgpd: Specify prefix address-family before looking into BGP tableDonatas Abraitis2022-12-191-4/+9
| * | | | bgpd: Make sure we have peer->notify.data before returning for SNMPDonatas Abraitis2022-12-191-3/+4
| | |/ / | |/| |
* | | | bgpd: Check if bgp_path_info is not NULL when setting AIGP metric TLVDonatas Abraitis2022-12-201-1/+1
| |/ / |/| |
* | | Merge pull request #12535 from donaldsharp/mpattr_size_enumDonatas Abraitis2022-12-191-17/+71
|\ \ \ | |/ / |/| |
| * | bgpd: Convert bgp_packet_mpattr_prefix to use an enum for safi'sDonald Sharp2022-12-161-8/+28
| * | bgpd: make bgp_packet_mpattr_start more prescriptive when using enum'sDonald Sharp2022-12-161-3/+13
| * | bgpd: Convert bgp_packet_mpattr_prefix_size to use an enumDonald Sharp2022-12-161-6/+30
| |/
* | Merge pull request #12536 from donaldsharp/peer_print_nullDonatas Abraitis2022-12-171-2/+2
|\ \
| * | bgpd: Print out useful information about peerDonald Sharp2022-12-161-2/+2
* | | Merge pull request #12522 from donaldsharp/some_various_stuffDavid Lamparter2022-12-163-10/+15
|\ \ \ | |_|/ |/| |
| * | bgpd: If we don't find what we are looking for cleanup the json structureDonald Sharp2022-12-151-8/+12
| * | bgpd: use the enum instead of an intDonald Sharp2022-12-152-2/+3
* | | Merge pull request #12528 from spoignant-proton/masterDonald Sharp2022-12-161-0/+2
|\ \ \ | |_|/ |/| |