summaryrefslogtreecommitdiffstats
path: root/staticd/static_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: common debug status outputIgor Ryzhov2024-08-271-2/+0
* lib: common debug config outputIgor Ryzhov2024-08-271-8/+0
* Revert "staticd: Accept full blackhole typed keywords for ip_route_cmd"Igor Ryzhov2024-02-011-35/+2
* build: remove mgmtd exception from xref2vtyshIgor Ryzhov2024-01-281-2/+2
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-1/+3
* lib, mgmtd: rename ignore_cbs to ignore_cfg_cbsIgor Ryzhov2024-01-111-1/+1
* lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-291-53/+53
* mgmtd, staticd: output staticd configuration from mgmtdIgor Ryzhov2023-11-211-16/+75
* staticd: fix debug commandsIgor Ryzhov2023-11-171-6/+4
* *: Move distance related defines into their own headerDonald Sharp2023-11-071-0/+1
* Revert "lib: register bgp link-state afi/safi"Donald Sharp2023-10-101-1/+0
* staticd: Memory leak of string in staticdDonald Sharp2023-10-041-5/+8
* Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White2023-09-261-0/+1
|\
| * lib: register bgp link-state afi/safiLouis Scalbert2023-09-181-0/+1
* | staticd: add vtysh srv6 multiple segs SIDsDmytro Shytyi2023-09-201-111/+169
|/
* staticd: Accept full blackhole typed keywords for ip_route_cmdDonatas Abraitis2023-08-251-2/+35
* staticd: fix comparison of nexthop-vrfIgor Ryzhov2023-08-041-2/+9
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-0/+3
* lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps2023-03-221-31/+31
* staticd: handle `distance` valueChristian Hopps2023-03-221-21/+47
* mgmtd: Enroll Staticd as a backend client for MGMTDChristian Hopps2023-03-221-3/+9
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* staticd: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+3
* *: fix non-const northbound XPath format stringsDavid Lamparter2023-01-271-2/+2
* staticd: add debug static bfd commandPhilippe Guibert2023-01-131-4/+5
* staticd: add command to show monitored routesRafael Zalamena2023-01-131-0/+14
* lib,staticd: BFD integration CLI commandsRafael Zalamena2023-01-131-10/+175
* staticd: improve CLI/northbound translation codeRafael Zalamena2022-11-251-317/+335
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* staticd: small cleanupanlan_cs2022-01-311-2/+0
* lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-8/+12
* staticd: output config using NB callbacks instead of operational dataIgor Ryzhov2021-08-311-123/+272
* staticd: convert typedef to enumIgor Ryzhov2021-08-311-1/+1
* staticd: warn on attempted delete of non-existent routeWesley Coakley2021-08-191-1/+2
* Merge pull request #8740 from mjstapp/fix_static_retIgor Ryzhov2021-05-281-3/+2
|\
| * staticd: return SUCCESS when deleting non-existent routeMark Stapp2021-05-271-3/+2
* | staticd: fix distance processingIgor Ryzhov2021-05-251-6/+37
|/
* staticd: kill static_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* staticd: warn on attempted delete of non-existent routeWesley Coakley2021-03-021-1/+4
* staticd: Backend cofiguration code to fix table-id problemvdhingra2021-01-121-13/+6
* Merge pull request #7329 from idryzhov/fix-ip-route-tableStephen Worley2020-10-271-12/+0
|\
| * staticd: remove redundant checks from vtyIgor Ryzhov2020-10-221-12/+0
* | staticd: replace inet_ntoaMark Stapp2020-10-221-2/+1
|/
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-2/+2
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
| * *: move "debug ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | Merge pull request #6882 from vishaldhingra/staticDonald Sharp2020-10-031-9/+7
|\ \ | |/ |/|
| * staticd : Added the warning log for route when VRF is not ready.vdhingra2020-09-011-9/+7
* | staticd: fix display of the "nexthop-vrf" parameter of static routesRenato Westphal2020-09-111-1/+2