summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ospfd: OSPF P2MP Delayed Reflooding configurationAcee2023-05-228-18/+261
* Merge pull request #13560 from donaldsharp/fpm_netlink_aroniDavid Lamparter2023-05-222-10/+12
|\
| * zebra: On shutdown stop hook calls for fpm rmac updatesDonald Sharp2023-05-191-0/+2
| * zebra: Properly handle zfpm_g->t_conn_down in zebra_fpm.cDonald Sharp2023-05-191-4/+7
| * zebra: Do not allow old FPM to access freed memory after shutdownDonald Sharp2023-05-191-6/+3
* | Merge pull request #13506 from anlancs/fix/bfdd-vrf-checkIgor Ryzhov2023-05-221-1/+1
|\ \
| * | bfdd: Fix malformed session with vrfanlan_cs2023-05-111-1/+1
* | | Merge pull request #13564 from chiragshah6/fdev1Donatas Abraitis2023-05-222-6/+18
|\ \ \
| * | | bgpd: fix memory leak in aggregate path infoChirag Shah2023-05-191-1/+1
| * | | bgpd: fix aggregate route displayChirag Shah2023-05-191-3/+15
| * | | bgpd: fix aggregate route best path selectChirag Shah2023-05-191-2/+2
| | |/ | |/|
* | | Merge pull request #13563 from donaldsharp/remove_trueDonatas Abraitis2023-05-221-2/+0
|\ \ \
| * | | tests: pytest does not like return True from a testDonald Sharp2023-05-191-2/+0
| |/ /
* | | Merge pull request #13566 from LabNConsulting/chopps/analyze-improvementDonald Sharp2023-05-221-0/+2
|\ \ \
| * | | tests: have ananlyze.py `chown -R $SUDO_USER` when copying resultsChristian Hopps2023-05-201-0/+2
| |/ /
* | | Merge pull request #13568 from opensourcerouting/fix/timers_bgp_topotestsDonald Sharp2023-05-224-4/+4
|\ \ \
| * | | tests: Fix timers command for bgp_disable_addpath_rx testDonatas Abraitis2023-05-204-4/+4
* | | | Merge pull request #13567 from opensourcerouting/fix/initialize_buf_char_for_...Donald Sharp2023-05-222-3/+3
|\ \ \ \
| * | | | bgpd: Initialize pfx_buf to zeros before using in bgp_path_info_cmp()Donatas Abraitis2023-05-202-3/+3
| |/ / /
* | | | Merge pull request #13565 from LabNConsulting/chopps/munet-updateIgor Ryzhov2023-05-201-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | tests: munet to version 0.13.4Christian Hopps2023-05-201-4/+2
|/ / /
* | | Merge pull request #13559 from opensourcerouting/fix/ignore_decoding_charsDonald Sharp2023-05-201-1/+1
|\ \ \
| * | | tests: Ignore utf-8 decoding errorsDonatas Abraitis2023-05-191-1/+1
* | | | Merge pull request #13562 from idryzhov/fix-doc-libyang-pluginsdirMark Stapp2023-05-191-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | doc: remove non-existent configure optionIgor Ryzhov2023-05-191-1/+0
|/ / /
* | | Merge pull request #13549 from LabNConsulting/chopps/cclsoptDonatas Abraitis2023-05-193-0/+52
|\ \ \
| * | | doc: configure: add configure option to generate .ccls fileChristian Hopps2023-05-183-0/+52
* | | | Merge pull request #13553 from LabNConsulting/chopps/fixwarn+msgDonald Sharp2023-05-192-33/+29
|\ \ \ \
| * | | | mgmtd: fix uninit warning and cleanup history error messagesChristian Hopps2023-05-182-33/+29
|/ / / /
* | | | Merge pull request #13544 from cscarpitta/bugfix/fix-build-errorDonald Sharp2023-05-181-0/+1
|\ \ \ \
| * | | | zebra: Fix build error when `--disable-bfdd`Carmine Scarpitta2023-05-171-0/+1
| | |/ / | |/| |
* | | | Merge pull request #13369 from samanvithab/bgpd_fixDonatas Abraitis2023-05-183-6/+557
|\ \ \ \
| * | | | tests: Verify duplicate prefix list delete fixSamanvitha B Bhargav2023-05-092-0/+524
| * | | | lib : fix duplicate prefix list deleteSamanvitha B Bhargav2023-05-091-6/+33
* | | | | Merge pull request #13541 from LabNConsulting/chopps/fixtestdefconfDonatas Abraitis2023-05-186-11/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tests: fix implicit config file and recently added logic errorChristian Hopps2023-05-176-11/+14
* | | | | Merge pull request #13546 from LabNConsulting/chopps/pylint-fixDonatas Abraitis2023-05-177-41/+18
|\ \ \ \ \
| * | | | | tests: fix pylint error, and update style in lib/*.pyChristian Hopps2023-05-177-41/+18
| |/ / / /
* | | | | Merge pull request #13547 from LabNConsulting/chopps/topo-tshark-docDonatas Abraitis2023-05-171-2/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | doc: document optionally required packagesChristian Hopps2023-05-171-2/+12
|/ / / /
* | | | Merge pull request #13543 from donaldsharp/clear_up_clear_commandChristian Hopps2023-05-173-9/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: Change order of config filesDonald Sharp2023-05-171-1/+1
| * | | tests: Clean up commands that do nothingDonald Sharp2023-05-172-8/+0
|/ / /
* | | Merge pull request #13529 from pguibert6WIND/bgp_vpnv6_per_nexthop_fixDonald Sharp2023-05-175-23/+12
|\ \ \
| * | | topotests: bgp_vpnv6_per_nexthop_label, use only global ipv6 addressesPhilippe Guibert2023-05-165-23/+12
* | | | Merge pull request #13526 from opensourcerouting/fix/show_table_version_per_s...Russ White2023-05-163-7/+9
|\ \ \ \
| * | | | tests: Drop `tableVersion` from EVPN PIM test caseDonatas Abraitis2023-05-161-2/+0
| * | | | bgpd: Show the real table version for a decent peer subgroupDonatas Abraitis2023-05-152-5/+9
* | | | | Merge pull request #12949 from opensourcerouting/ospf-unplanned-grRuss White2023-05-1628-122/+879
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tests: Fix ospfv3 output to include Graceful Restart infoMartin Winter2023-05-091-0/+2