summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: common debug status outputIgor Ryzhov2024-08-271-28/+0
* lib: common debug config outputIgor Ryzhov2024-08-271-14/+0
* lib: add native RPC processing to mgmt frontend clientIgor Ryzhov2024-04-221-0/+16
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-0/+59
* Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp2024-03-081-0/+2
|\
| * lib: add keychain northbound supportChristian Hopps2024-03-051-0/+2
* | mgmtd: fix warning if ripngd disabledVincent JARDIN2024-03-011-3/+3
|/
* mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-311-2/+15
* mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-311-2/+16
* zebra: convert to mgmtdIgor Ryzhov2024-01-281-0/+2
* lib: convert affinity-map to mgmtdIgor Ryzhov2024-01-281-0/+2
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-261-1/+6
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-1/+5
* lib: convert filters to mgmtdChristian Hopps2024-01-261-0/+1
* lib: convert route-map to mgmtdChristian Hopps2024-01-261-0/+6
* lib, mgmtd: add ability to request the exact node in get-data requestIgor Ryzhov2024-01-151-1/+5
* lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-151-2/+8
* lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov2024-01-141-1/+1
* mgmt, lib: implement REPLACE operationIgor Ryzhov2024-01-111-0/+19
* mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov2024-01-111-0/+18
* mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov2024-01-111-1/+19
* mgmtd: step 6: remove old unfinished get-data codeChristian Hopps2023-12-281-24/+4
* lib: step 1: mgmtd: add FE get-tree functionalityChristian Hopps2023-12-281-0/+30
* mgmtd: enable conn debug when user enables mgmtd debugsChristian Hopps2023-12-051-2/+8
* mgmtd: add node for writing configurationIgor Ryzhov2023-11-211-0/+19
* Merge pull request #14768 from idryzhov/mgmtd-base-xpathDonald Sharp2023-11-131-2/+2
|\
| * lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov2023-11-121-2/+2
* | lib: mgmtd: fix debug cli commands and memleaksChristian Hopps2023-11-111-1/+1
|/
* mgmtd: simplify xpath registriesChristian Hopps2023-11-061-1/+1
* mgmtd: clarify the startup dance in commentsChristian Hopps2023-10-121-1/+8
* mgmtd: fix crash on "show mgmtd datastore-contents"Igor Ryzhov2023-09-271-1/+1
* mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-281-2/+2
* lib: mgmtd: simplify implicit commit codeChristian Hopps2023-06-121-6/+2
* mgmtd: fix possible race btw read config and backend connectionChristian Hopps2023-05-301-35/+0
* mgmtd: fix reading of config file[s]Christian Hopps2023-05-301-1/+18
* lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps2023-05-281-2/+0
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-30/+25
* mgmtd: Fixing style warningsrgirada2023-04-051-0/+2
* Merge pull request #13131 from LabNConsulting/chopps/no-startup-fileJafar Al-Gharaibeh2023-04-041-0/+31
|\
| * mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps2023-04-021-0/+31
* | mgmtd: Fix for issue 13154.Manoj Naragund2023-03-311-7/+25
|/
* mgmtd: Enroll Staticd as a backend client for MGMTDChristian Hopps2023-03-221-2/+0
* mgmtd: Add MGMT Transaction FrameworkYash Ranjan2023-03-221-7/+85
* mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps2023-03-221-0/+55
* mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps2023-03-221-50/+132
* mgmtd: Bringup MGMTD daemon and datastore module supportChristian Hopps2023-03-221-0/+272