summaryrefslogtreecommitdiff
path: root/staticd/static_vty.c
AgeCommit message (Expand)Author
2025-03-03staticd: Fix `no srv6` commandCarmine Scarpitta
2025-02-28staticd: Add `no` form for `static-sids` commandCarmine Scarpitta
2025-02-28staticd: Convert `static-sids` command to DEFPYCarmine Scarpitta
2025-02-03staticd: Fix wrong xpath in `no sid X:X::X:X/M`Carmine Scarpitta
2025-01-28staticd: fix botched staticd YANG for dst-srcDavid Lamparter
2025-01-18staticd: Add CLIs to show SRv6 static SIDsYuqing Zhao
2025-01-18staticd: Add CLI for SRv6 static SIDsYuqing Zhao
2025-01-18staticd: Add debug option for SRv6Yuqing Zhao
2024-08-27lib: common debug status outputIgor Ryzhov
2024-08-27lib: common debug config outputIgor Ryzhov
2024-02-02Revert "staticd: Accept full blackhole typed keywords for ip_route_cmd"Igor Ryzhov
2024-01-28build: remove mgmtd exception from xref2vtyshIgor Ryzhov
2024-01-26ripd: ripd convert to mgmtdChristian Hopps
2024-01-11lib, mgmtd: rename ignore_cbs to ignore_cfg_cbsIgor Ryzhov
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-11-21mgmtd, staticd: output staticd configuration from mgmtdIgor Ryzhov
2023-11-17staticd: fix debug commandsIgor Ryzhov
2023-11-07*: Move distance related defines into their own headerDonald Sharp
2023-10-10Revert "lib: register bgp link-state afi/safi"Donald Sharp
2023-10-04staticd: Memory leak of string in staticdDonald Sharp
2023-09-26Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White
2023-09-20staticd: add vtysh srv6 multiple segs SIDsDmytro Shytyi
2023-09-18lib: register bgp link-state afi/safiLouis Scalbert
2023-08-25staticd: Accept full blackhole typed keywords for ip_route_cmdDonatas Abraitis
2023-08-04staticd: fix comparison of nexthop-vrfIgor Ryzhov
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-03-22lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps
2023-03-22staticd: handle `distance` valueChristian Hopps
2023-03-21mgmtd: Enroll Staticd as a backend client for MGMTDChristian Hopps
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31staticd: Add missing enum's to switch statementDonald Sharp
2023-01-27*: fix non-const northbound XPath format stringsDavid Lamparter
2023-01-13staticd: add debug static bfd commandPhilippe Guibert
2023-01-13staticd: add command to show monitored routesRafael Zalamena
2023-01-13lib,staticd: BFD integration CLI commandsRafael Zalamena
2022-11-25staticd: improve CLI/northbound translation codeRafael Zalamena
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-01-31staticd: small cleanupanlan_cs
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-08-31staticd: output config using NB callbacks instead of operational dataIgor Ryzhov
2021-08-31staticd: convert typedef to enumIgor Ryzhov
2021-08-18staticd: warn on attempted delete of non-existent routeWesley Coakley
2021-05-28Merge pull request #8740 from mjstapp/fix_static_retIgor Ryzhov
2021-05-27staticd: return SUCCESS when deleting non-existent routeMark Stapp
2021-05-25staticd: fix distance processingIgor Ryzhov
2021-03-22staticd: kill static_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-02staticd: warn on attempted delete of non-existent routeWesley Coakley
2021-01-12staticd: Backend cofiguration code to fix table-id problemvdhingra
2020-10-27Merge pull request #7329 from idryzhov/fix-ip-route-tableStephen Worley