summaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-09docker: Do not use pip Python package managerDonatas Abraitis1-2/+1
2024-03-09docker: Use Alpine Linux version 3.19Donatas Abraitis1-3/+3
2024-03-09vtysh: Include fnctl.h for vtysh_mainDonatas Abraitis1-0/+1
2024-03-09lib: Fix unknown sig_atomic_t compile errorDonatas Abraitis1-0/+1
2024-03-09docker: Use libyang 2.1.128 for Alpine buildsDonatas Abraitis1-1/+1
2024-03-08pimd: Cleanup inclusion of headersDonald Sharp2-4/+39
2024-03-07ospf6d: add localLinkLocalAddress fieldFrancois Dumontet1-0/+2
2024-03-06mgmtd: change error messageIgor Ryzhov1-7/+3
2024-03-06ripngd: fix missing "exit" for "router ripng"Igor Ryzhov2-0/+7
2024-03-06ripd: fix missing "exit" for "router rip"Igor Ryzhov2-0/+7
2024-03-06lib: fix order of interfaces in the configIgor Ryzhov1-0/+11
2024-03-05tests: test invokes a script which does not existDonald Sharp1-1/+0
2024-03-05vty: change output of errors from mgmtdIgor Ryzhov1-4/+6
2024-03-05bgpd: pi->attr is deref'ed in all paths leading up to testDonald Sharp1-1/+1
2024-03-05tests:add topotest for EVPN aggregate prefix routeChirag Shah5-2/+91
2024-03-05bgpd:aggr summary-only remove suppressed from evpnChirag Shah3-6/+83
2024-03-05lib: fix apply_finish callback in northboundIgor Ryzhov1-1/+1
2024-03-05doc: Fix one spelling `dissallowed` to `disallowed`Donatas Abraitis1-2/+2
2024-03-05tests: add test for keychain send-accept timesChristian Hopps3-0/+201
2024-03-05lib: add keychain northbound supportChristian Hopps17-1689/+1678
2024-03-05lib: fix infinite loop in __darr_in_vsprintfIgor Ryzhov1-2/+2
2024-03-05zebra: fnc->obuf could be accessed without a lockDonald Sharp1-1/+7
2024-03-04debian: Add a frr-test-tools debian packageDonald Sharp3-1/+9
2024-03-04tests: Add a pytest marker for the fpmDonald Sharp2-1/+2
2024-03-04tests: Add a very simple test for the dplane_fpm_nl moduleDonald Sharp7-0/+194
2024-03-04tests: Add ability to run a fpm listenerDonald Sharp2-9/+33
2024-03-04doc: Add `show fpm status [json]` command to documentationDonald Sharp1-0/+3
2024-03-04zebra: Add `show fpm status [json]` commandDonald Sharp2-0/+73
2024-03-04zebra: Add fpm_listenerDonald Sharp7-0/+652
2024-03-04doc, tools: Remove ARRAY_SIZE checkDonald Sharp2-22/+0
2024-03-04lib: fix __darr_in_vsprintfIgor Ryzhov1-1/+4
2024-03-03lib: add automatic xpath-based completionChristian Hopps2-2/+21
2024-03-03yang: modify standard modelChristian Hopps2-0/+30
2024-03-03bgpd: Simplify for loopDonald Sharp1-3/+1
2024-03-03bgpd: Allow string creation to handle NULL caseDonald Sharp1-5/+7
2024-03-03bgpd: Both possible paths unset a flag, so reduceDonald Sharp1-5/+4
2024-03-03bgpd: Testing for valid pointer is done by for loopDonald Sharp1-32/+26
2024-03-01yang: Add initial model and generated code.Christian Hopps3-0/+1456
2024-03-01mgmtd: fix warning if ripngd disabledVincent JARDIN1-3/+3
2024-03-01ospfd: Send update for route with new metricAlexander Rose1-1/+2
2024-02-29topotests: apply black on bmp collectorLouis Scalbert2-81/+96
2024-02-29topotests: bgp_bmp, test presence of labelsLouis Scalbert1-2/+19
2024-02-29bgpd: add labeled vpn bmp monitoring supportFarid Mihoub1-11/+25
2024-02-29topotests: bgp_bmp, log bmp into tgen logdirLouis Scalbert4-11/+18
2024-02-29topotests: bgp_bmp, add vpn testsLouis Scalbert3-1/+92
2024-02-29topotests: bgp_bmp, use test ip rangeLouis Scalbert3-3/+3
2024-02-29bgpd: Send "Send Hold Timer Expired" on such events notificationDonatas Abraitis5-2/+9
2024-02-28zebra: changes for code maintainabilitysri-mohan11-333/+193
2024-02-28bgpd: Check if attributes exists for the path before checking mp_nexthop_lenDonatas Abraitis1-8/+9
2024-02-27bmp: fix vty_out for monitor afi loc-ribFarid Mihoub1-1/+1