summaryrefslogtreecommitdiff
path: root/mgmtd/mgmt_vty.c
AgeCommit message (Expand)Author
2024-08-27lib: common debug status outputIgor Ryzhov
2024-08-27lib: common debug config outputIgor Ryzhov
2024-04-22lib: add native RPC processing to mgmt frontend clientIgor Ryzhov
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
2024-03-08Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp
2024-03-04lib: add keychain northbound supportChristian Hopps
2024-03-01mgmtd: fix warning if ripngd disabledVincent JARDIN
2024-01-31mgmtd: add ability to choose datastore to get data fromIgor Ryzhov
2024-01-31mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov
2024-01-28zebra: convert to mgmtdIgor Ryzhov
2024-01-28lib: convert affinity-map to mgmtdIgor Ryzhov
2024-01-26ripngd: convert ripngd to mgmtdChristian Hopps
2024-01-26ripd: ripd convert to mgmtdChristian Hopps
2024-01-26lib: convert filters to mgmtdChristian Hopps
2024-01-26lib: convert route-map to mgmtdChristian Hopps
2024-01-15lib, mgmtd: add ability to request the exact node in get-data requestIgor Ryzhov
2024-01-15lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov
2024-01-14lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov
2024-01-11mgmt, lib: implement REPLACE operationIgor Ryzhov
2024-01-11mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov
2024-01-11mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov
2023-12-28mgmtd: step 6: remove old unfinished get-data codeChristian Hopps
2023-12-28lib: step 1: mgmtd: add FE get-tree functionalityChristian Hopps
2023-12-05mgmtd: enable conn debug when user enables mgmtd debugsChristian Hopps
2023-11-21mgmtd: add node for writing configurationIgor Ryzhov
2023-11-13Merge pull request #14768 from idryzhov/mgmtd-base-xpathDonald Sharp
2023-11-12lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov
2023-11-11lib: mgmtd: fix debug cli commands and memleaksChristian Hopps
2023-11-06mgmtd: simplify xpath registriesChristian Hopps
2023-10-12mgmtd: clarify the startup dance in commentsChristian Hopps
2023-09-27mgmtd: fix crash on "show mgmtd datastore-contents"Igor Ryzhov
2023-06-27mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps
2023-06-12lib: mgmtd: simplify implicit commit codeChristian Hopps
2023-05-30mgmtd: fix possible race btw read config and backend connectionChristian Hopps
2023-05-30mgmtd: fix reading of config file[s]Christian Hopps
2023-05-28lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-04-05mgmtd: Fixing style warningsrgirada
2023-04-04Merge pull request #13131 from LabNConsulting/chopps/no-startup-fileJafar Al-Gharaibeh
2023-04-01mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps
2023-03-31mgmtd: Fix for issue 13154.Manoj Naragund
2023-03-21mgmtd: Enroll Staticd as a backend client for MGMTDChristian Hopps
2023-03-21mgmtd: Add MGMT Transaction FrameworkYash Ranjan
2023-03-21mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps
2023-03-21mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps
2023-03-21mgmtd: Bringup MGMTD daemon and datastore module supportChristian Hopps