summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docker: Use Alpine Linux version 3.19Donatas Abraitis2024-03-091-3/+3
* vtysh: Include fnctl.h for vtysh_mainDonatas Abraitis2024-03-091-0/+1
* lib: Fix unknown sig_atomic_t compile errorDonatas Abraitis2024-03-091-0/+1
* docker: Use libyang 2.1.128 for Alpine buildsDonatas Abraitis2024-03-091-1/+1
* Merge pull request #15509 from donaldsharp/freebsd_cleanupsDonatas Abraitis2024-03-092-4/+39
|\
| * pimd: Cleanup inclusion of headersDonald Sharp2024-03-082-4/+39
* | Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp2024-03-0825-1027/+2722
|\ \
| * | tests: add test for keychain send-accept timesChristian Hopps2024-03-053-0/+201
| * | lib: add keychain northbound supportChristian Hopps2024-03-0517-1689/+1678
| * | lib: add automatic xpath-based completionChristian Hopps2024-03-032-2/+21
| * | yang: modify standard modelChristian Hopps2024-03-032-0/+30
| * | yang: Add initial model and generated code.Christian Hopps2024-03-013-0/+1456
* | | Merge pull request #15497 from idryzhov/show-run-fixesDonald Sharp2024-03-085-0/+25
|\ \ \
| * | | ripngd: fix missing "exit" for "router ripng"Igor Ryzhov2024-03-062-0/+7
| * | | ripd: fix missing "exit" for "router rip"Igor Ryzhov2024-03-062-0/+7
| * | | lib: fix order of interfaces in the configIgor Ryzhov2024-03-061-0/+11
* | | | Merge pull request #15506 from fdumontet6WIND/local_linkDonatas Abraitis2024-03-081-0/+2
|\ \ \ \
| * | | | ospf6d: add localLinkLocalAddress fieldFrancois Dumontet2024-03-071-0/+2
|/ / / /
* | | | Merge pull request #15498 from idryzhov/mgmt-change-errorDonatas Abraitis2024-03-071-7/+3
|\ \ \ \ | |/ / / |/| | |
| * | | mgmtd: change error messageIgor Ryzhov2024-03-061-7/+3
|/ / /
* | | Merge pull request #15487 from idryzhov/nb-apply-finishDonatas Abraitis2024-03-061-1/+1
|\ \ \
| * | | lib: fix apply_finish callback in northboundIgor Ryzhov2024-03-051-1/+1
* | | | Merge pull request #15486 from donaldsharp/make_prefixDonatas Abraitis2024-03-061-1/+1
|\ \ \ \
| * | | | bgpd: pi->attr is deref'ed in all paths leading up to testDonald Sharp2024-03-051-1/+1
* | | | | Merge pull request #15489 from idryzhov/vty-mgmt-errorDonatas Abraitis2024-03-061-4/+6
|\ \ \ \ \
| * | | | | vty: change output of errors from mgmtdIgor Ryzhov2024-03-051-4/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #15492 from donaldsharp/no_vrfsDonatas Abraitis2024-03-061-1/+0
|\ \ \ \ \
| * | | | | tests: test invokes a script which does not existDonald Sharp2024-03-051-1/+0
* | | | | | Merge pull request #15222 from chiragshah6/fdev2Donatas Abraitis2024-03-058-8/+174
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tests:add topotest for EVPN aggregate prefix routeChirag Shah2024-03-055-2/+91
| * | | | | bgpd:aggr summary-only remove suppressed from evpnChirag Shah2024-03-053-6/+83
| | |/ / / | |/| | |
* | | | | Merge pull request #15397 from idryzhov/zebra-operRuss White2024-03-056-10/+79
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | zebra: implement zif-type oper state leafIgor Ryzhov2024-02-204-10/+44
| * | | | zebra: add interface's bond to oper stateIgor Ryzhov2024-02-204-0/+35
* | | | | Merge pull request #15479 from opensourcerouting/fix/spellingRuss White2024-03-051-2/+2
|\ \ \ \ \
| * | | | | doc: Fix one spelling `dissallowed` to `disallowed`Donatas Abraitis2024-03-051-2/+2
* | | | | | Merge pull request #15460 from Max-Mustermann33/route-metric-updateRuss White2024-03-051-1/+2
|\ \ \ \ \ \
| * | | | | | ospfd: Send update for route with new metricAlexander Rose2024-03-011-1/+2
* | | | | | | Merge pull request #15450 from opensourcerouting/fix/coverityRuss White2024-03-051-8/+9
|\ \ \ \ \ \ \
| * | | | | | | bgpd: Check if attributes exists for the path before checking mp_nexthop_lenDonatas Abraitis2024-02-281-8/+9
* | | | | | | | Merge pull request #15476 from donaldsharp/dplane_thread_issue_i_believeDonatas Abraitis2024-03-051-1/+7
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | zebra: fnc->obuf could be accessed without a lockDonald Sharp2024-03-051-1/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #15369 from donaldsharp/fpm_stub_additionMartin Winter2024-03-0522-31/+964
|\ \ \ \ \ \ \
| * | | | | | | debian: Add a frr-test-tools debian packageDonald Sharp2024-03-043-1/+9
| * | | | | | | tests: Add a pytest marker for the fpmDonald Sharp2024-03-042-1/+2
| * | | | | | | tests: Add a very simple test for the dplane_fpm_nl moduleDonald Sharp2024-03-047-0/+194
| * | | | | | | tests: Add ability to run a fpm listenerDonald Sharp2024-03-042-9/+33
| * | | | | | | doc: Add `show fpm status [json]` command to documentationDonald Sharp2024-03-041-0/+3
| * | | | | | | zebra: Add `show fpm status [json]` commandDonald Sharp2024-03-042-0/+73
| * | | | | | | zebra: Add fpm_listenerDonald Sharp2024-03-047-0/+652