summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: do not log_memstats() in crash handlerDavid Lamparter2024-10-171-2/+12
* lib: zlog stays running on shutdownDavid Lamparter2024-10-171-1/+15
* lib: actually propagate MGROUP argsDavid Lamparter2024-10-171-0/+5
* Merge pull request #17114 from Jafaral/getenvDonatas Abraitis2024-10-161-3/+2
|\
| * vtysh: fix SA warning, no need to call getenv() twiceJafar Al-Gharaibeh2024-10-151-3/+2
* | Merge pull request #17116 from enkechen-panw/zfix-2Donatas Abraitis2024-10-161-2/+1
|\ \
| * | zebra: unlock node only after operation in zebra_free_rnh()Enke Chen2024-10-151-2/+1
* | | Merge pull request #17126 from donaldsharp/ospf_lsa_declarationsDonatas Abraitis2024-10-162-89/+77
|\ \ \
| * | | ospfd: Fixup ospf_lsa.[ch] to properly spell out parameters for functionsDonald Sharp2024-10-162-89/+77
* | | | Merge pull request #17107 from donaldsharp/actuallY_call_the_commandJafar Al-Gharaibeh2024-10-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | tests: iproute2_check_path_selection call the actual commandDonald Sharp2024-10-151-1/+1
| |/ /
* | | Merge pull request #17038 from opensourcerouting/feature/bgp_set_metric_internalRuss White2024-10-1523-59/+481
|\ \ \
| * | | tests: Check if underlay IGP metric is reflected into BGP after cost changesDonatas Abraitis2024-10-157-0/+288
| * | | bgpd: Re-announce the routes if the underlay IGP metric changesDonatas Abraitis2024-10-151-4/+3
| * | | doc: Add `set metric aigp` commandDonatas Abraitis2024-10-152-3/+6
| * | | tests: Check if `set metric aigp` worksDonatas Abraitis2024-10-152-19/+24
| * | | bgpd: Implement `set metric aigp` commandDonatas Abraitis2024-10-154-14/+47
| * | | tests: Check if MED can be derived from `set metric igp|aigp`Donatas Abraitis2024-10-155-1/+51
| * | | bgpd: Implement `set metric igp` commandDonatas Abraitis2024-10-155-12/+57
| * | | bgpd: Set MED using a helper bgp_attr_set_med()Donatas Abraitis2024-10-157-31/+30
* | | | Merge pull request #15586 from donaldsharp/nht_explain_docJafar Al-Gharaibeh2024-10-151-2/+66
|\ \ \ \
| * | | | zebra: Attempt to explain the rnh tracking code betterDonald Sharp2024-10-151-2/+66
| | |_|/ | |/| |
* | | | Merge pull request #17088 from donaldsharp/connected_kernel_funJafar Al-Gharaibeh2024-10-151-0/+37
|\ \ \ \
| * | | | zebra: Prevent a kernel route from being there when a connected shouldDonald Sharp2024-10-141-0/+37
* | | | | Merge pull request #17073 from louis-6wind/fix-ipv6-ll-nexthop-reflectorRuss White2024-10-153-96/+23
|\ \ \ \ \
| * | | | | bgpd, tests: don't send local nexthop from rr clientLouis Scalbert2024-10-143-84/+13
| * | | | | bgpd: rename reflect in subgroup_announce_checkLouis Scalbert2024-10-141-12/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #17104 from opensourcerouting/frr-format-array-crashDonald Sharp2024-10-151-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tools/gcc-plugins: don't crash on array parametersDavid Lamparter2024-10-151-1/+2
| |/ / /
* | | | Merge pull request #17106 from louis-6wind/fix-bmp-converityRuss White2024-10-151-1/+1
|\ \ \ \
| * | | | bgpd: fix bmp coverity issue 1600779Louis Scalbert2024-10-151-1/+1
* | | | | Merge pull request #17101 from Shbinging/fix_no_area_range_commandRuss White2024-10-151-0/+2
|\ \ \ \ \
| * | | | | ospfd:fix the bug that the empty area was not free after the command was exec...Shbinging2024-10-151-0/+2
* | | | | | Merge pull request #17083 from opensourcerouting/fix/openfabric_remove_redund...Russ White2024-10-151-9/+1
|\ \ \ \ \ \
| * | | | | | isisd: Remove circuit state check for openfabricDonatas Abraitis2024-10-131-9/+1
* | | | | | | Merge pull request #17058 from opensourcerouting/fix/apply_route_maps_earlierRuss White2024-10-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | lib: Apply and generate route-map commands earlier before any other protocolDonatas Abraitis2024-10-101-1/+1
* | | | | | | | Merge pull request #17053 from opensourcerouting/fix/drop_bgp_network_import_...Russ White2024-10-151-11/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | bgpd: Drop deprecated `bgp network import-check exact` commandDonatas Abraitis2024-10-101-11/+0
| |/ / / / / /
* | | | | | | Merge pull request #17093 from enkechen-panw/aigp-fix2Donatas Abraitis2024-10-1515-47/+123
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | tests: fix and adjust topotest/bgp_aigpEnke Chen2024-10-1512-35/+111
| * | | | | | bgpd: fix route selection with AIGPEnke Chen2024-10-153-12/+12
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #17103 from opensourcerouting/fix/null_ptr_dereference_bmp...Mark Stapp2024-10-151-2/+2
|\ \ \ \ \ \
| * | | | | | bgpd: Check if su_local/su_remote exist before encoding BMP peer stateDonatas Abraitis2024-10-151-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #17099 from opensourcerouting/fix/remove_BGP_NEXTHOP_CONNE...Mark Stapp2024-10-152-13/+5
|\ \ \ \ \ \
| * | | | | | bgpd: Remove unused BGP_NEXTHOP_CONNECTED_CHANGED flag for nexthopDonatas Abraitis2024-10-152-13/+5
| |/ / / / /
* | | | | | Merge pull request #16737 from raja-rajasekar/rajasekarr/vlan_to_dplaneMark Stapp2024-10-1512-100/+271
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | zebra: vlan to dplane Offload from mainRajasekar Raja2024-09-2712-60/+226
| * | | | | zebra: vlan to dplane, Relocating some functionsRajasekar Raja2024-09-253-65/+70
* | | | | | Merge pull request #17001 from louis-6wind/bmp-newDonatas Abraitis2024-10-1514-73/+753
|\ \ \ \ \ \