Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docker: Use Alpine Linux version 3.19 | Donatas Abraitis | 2024-03-09 | 1 | -3/+3 |
* | vtysh: Include fnctl.h for vtysh_main | Donatas Abraitis | 2024-03-09 | 1 | -0/+1 |
* | lib: Fix unknown sig_atomic_t compile error | Donatas Abraitis | 2024-03-09 | 1 | -0/+1 |
* | docker: Use libyang 2.1.128 for Alpine builds | Donatas Abraitis | 2024-03-09 | 1 | -1/+1 |
* | Merge pull request #15509 from donaldsharp/freebsd_cleanups | Donatas Abraitis | 2024-03-09 | 2 | -4/+39 |
|\ | |||||
| * | pimd: Cleanup inclusion of headers | Donald Sharp | 2024-03-08 | 2 | -4/+39 |
* | | Merge pull request #15469 from LabNConsulting/chopps/keychain-yang | Donald Sharp | 2024-03-08 | 25 | -1027/+2722 |
|\ \ | |||||
| * | | tests: add test for keychain send-accept times | Christian Hopps | 2024-03-05 | 3 | -0/+201 |
| * | | lib: add keychain northbound support | Christian Hopps | 2024-03-05 | 17 | -1689/+1678 |
| * | | lib: add automatic xpath-based completion | Christian Hopps | 2024-03-03 | 2 | -2/+21 |
| * | | yang: modify standard model | Christian Hopps | 2024-03-03 | 2 | -0/+30 |
| * | | yang: Add initial model and generated code. | Christian Hopps | 2024-03-01 | 3 | -0/+1456 |
* | | | Merge pull request #15497 from idryzhov/show-run-fixes | Donald Sharp | 2024-03-08 | 5 | -0/+25 |
|\ \ \ | |||||
| * | | | ripngd: fix missing "exit" for "router ripng" | Igor Ryzhov | 2024-03-06 | 2 | -0/+7 |
| * | | | ripd: fix missing "exit" for "router rip" | Igor Ryzhov | 2024-03-06 | 2 | -0/+7 |
| * | | | lib: fix order of interfaces in the config | Igor Ryzhov | 2024-03-06 | 1 | -0/+11 |
* | | | | Merge pull request #15506 from fdumontet6WIND/local_link | Donatas Abraitis | 2024-03-08 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | ospf6d: add localLinkLocalAddress field | Francois Dumontet | 2024-03-07 | 1 | -0/+2 |
|/ / / / | |||||
* | | | | Merge pull request #15498 from idryzhov/mgmt-change-error | Donatas Abraitis | 2024-03-07 | 1 | -7/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | mgmtd: change error message | Igor Ryzhov | 2024-03-06 | 1 | -7/+3 |
|/ / / | |||||
* | | | Merge pull request #15487 from idryzhov/nb-apply-finish | Donatas Abraitis | 2024-03-06 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | lib: fix apply_finish callback in northbound | Igor Ryzhov | 2024-03-05 | 1 | -1/+1 |
* | | | | Merge pull request #15486 from donaldsharp/make_prefix | Donatas Abraitis | 2024-03-06 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | bgpd: pi->attr is deref'ed in all paths leading up to test | Donald Sharp | 2024-03-05 | 1 | -1/+1 |
* | | | | | Merge pull request #15489 from idryzhov/vty-mgmt-error | Donatas Abraitis | 2024-03-06 | 1 | -4/+6 |
|\ \ \ \ \ | |||||
| * | | | | | vty: change output of errors from mgmtd | Igor Ryzhov | 2024-03-05 | 1 | -4/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #15492 from donaldsharp/no_vrfs | Donatas Abraitis | 2024-03-06 | 1 | -1/+0 |
|\ \ \ \ \ | |||||
| * | | | | | tests: test invokes a script which does not exist | Donald Sharp | 2024-03-05 | 1 | -1/+0 |
* | | | | | | Merge pull request #15222 from chiragshah6/fdev2 | Donatas Abraitis | 2024-03-05 | 8 | -8/+174 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | tests:add topotest for EVPN aggregate prefix route | Chirag Shah | 2024-03-05 | 5 | -2/+91 |
| * | | | | | bgpd:aggr summary-only remove suppressed from evpn | Chirag Shah | 2024-03-05 | 3 | -6/+83 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #15397 from idryzhov/zebra-oper | Russ White | 2024-03-05 | 6 | -10/+79 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | zebra: implement zif-type oper state leaf | Igor Ryzhov | 2024-02-20 | 4 | -10/+44 |
| * | | | | zebra: add interface's bond to oper state | Igor Ryzhov | 2024-02-20 | 4 | -0/+35 |
* | | | | | Merge pull request #15479 from opensourcerouting/fix/spelling | Russ White | 2024-03-05 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | doc: Fix one spelling `dissallowed` to `disallowed` | Donatas Abraitis | 2024-03-05 | 1 | -2/+2 |
* | | | | | | Merge pull request #15460 from Max-Mustermann33/route-metric-update | Russ White | 2024-03-05 | 1 | -1/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ospfd: Send update for route with new metric | Alexander Rose | 2024-03-01 | 1 | -1/+2 |
* | | | | | | | Merge pull request #15450 from opensourcerouting/fix/coverity | Russ White | 2024-03-05 | 1 | -8/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | bgpd: Check if attributes exists for the path before checking mp_nexthop_len | Donatas Abraitis | 2024-02-28 | 1 | -8/+9 |
* | | | | | | | | Merge pull request #15476 from donaldsharp/dplane_thread_issue_i_believe | Donatas Abraitis | 2024-03-05 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| * | | | | | | | zebra: fnc->obuf could be accessed without a lock | Donald Sharp | 2024-03-05 | 1 | -1/+7 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #15369 from donaldsharp/fpm_stub_addition | Martin Winter | 2024-03-05 | 22 | -31/+964 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | debian: Add a frr-test-tools debian package | Donald Sharp | 2024-03-04 | 3 | -1/+9 |
| * | | | | | | | tests: Add a pytest marker for the fpm | Donald Sharp | 2024-03-04 | 2 | -1/+2 |
| * | | | | | | | tests: Add a very simple test for the dplane_fpm_nl module | Donald Sharp | 2024-03-04 | 7 | -0/+194 |
| * | | | | | | | tests: Add ability to run a fpm listener | Donald Sharp | 2024-03-04 | 2 | -9/+33 |
| * | | | | | | | doc: Add `show fpm status [json]` command to documentation | Donald Sharp | 2024-03-04 | 1 | -0/+3 |
| * | | | | | | | zebra: Add `show fpm status [json]` command | Donald Sharp | 2024-03-04 | 2 | -0/+73 |
| * | | | | | | | zebra: Add fpm_listener | Donald Sharp | 2024-03-04 | 7 | -0/+652 |