summaryrefslogtreecommitdiff
path: root/mgmtd
AgeCommit message (Expand)Author
2025-02-27mgmtd: Prevent use after freeDonald Sharp
2024-08-10mgmtd: don't add implicit state data when reading config from fileIgor Ryzhov
2024-07-22lib: move non-error from __log_err to __dbgChristian Hopps
2024-06-07mgmtd: add empty notif xpath map for completenessChristian Hopps
2024-05-09mgmtd: add missing diagnostic show cmd output (notify maps)Christian Hopps
2024-05-07mgmtd: some cleanup from original RPC commitChristian Hopps
2024-05-07mgmtd: rpc and action handling both should use rpc map.Christian Hopps
2024-05-06Merge pull request #15594 from idryzhov/mgmt-rpcChristian Hopps
2024-05-02*: add XREF_SETUP() to libraries and utilitesDavid Lamparter
2024-04-25yang: ietf-netconf-acm needs to be in libfrrDavid Lamparter
2024-04-22tests: add topotest for mgmtd rpc processingIgor Ryzhov
2024-04-22ripngd: convert RPC commands to mgmtdIgor Ryzhov
2024-04-22ripd: convert RPC commands to mgmtdIgor Ryzhov
2024-04-22lib: add native RPC processing to mgmt frontend clientIgor Ryzhov
2024-04-22mgmtd: add native RPC processingIgor Ryzhov
2024-04-22mgmtd: add backend xpath map for RPCIgor Ryzhov
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
2024-03-22mgmtd: remove unused event typeIgor Ryzhov
2024-03-13eigrpd, mgmtd, ospf6d: frr_fini is lastDonald Sharp
2024-03-08Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp
2024-03-06mgmtd: change error messageIgor Ryzhov
2024-03-04lib: add keychain northbound supportChristian Hopps
2024-03-01mgmtd: fix warning if ripngd disabledVincent JARDIN
2024-02-18lib: mgmtd: add xpath arg to notification messageChristian Hopps
2024-02-14Merge pull request #15359 from LabNConsulting/chopps/reap-unused-phaseIgor Ryzhov
2024-02-12mgmtd: fix be_is_client_interestedIgor Ryzhov
2024-02-12mgmtd: remove unused commit phase SEND_CFGChristian Hopps
2024-02-11lib, mgmtd: rework processing of yang notificationsIgor Ryzhov
2024-02-10lib, mgmtd: fix processing of yang notificationsIgor Ryzhov
2024-02-07Merge pull request #15286 from idryzhov/fix-mgmt-startupChristian Hopps
2024-02-07mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov
2024-02-07lib: fix affinity map duplicateLouis Scalbert
2024-02-05Merge pull request #15291 from idryzhov/mgmtd-yang-embedDonald Sharp
2024-02-05Merge pull request #15293 from idryzhov/mgmt-read-configDonald Sharp
2024-02-04mgmtd: embed frr-zebra-route-map moduleIgor Ryzhov
2024-02-04mgmtd: disable lib code for config readingIgor Ryzhov
2024-02-04lib, mgmtd: don't register NB config callbacks in mgmtdIgor Ryzhov
2024-02-04mgmtd: fix missing -n flag and helpIgor Ryzhov
2024-02-01Merge pull request #15276 from mjstapp/port_registryDonald Sharp
2024-02-01Merge pull request #15272 from LabNConsulting/chopps/mgmtd-notif-testDonald Sharp
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-02-01tests: add mgmtd backend notification testChristian Hopps
2024-02-01Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov
2024-01-31mgmtd: convert MGMT_FE_ADAPTER_DBG() to __dbg()Christian Hopps
2024-01-31mgmtd: convert MGMT_BE_ADAPTER_DBG() to __dbg()Christian Hopps
2024-01-31mgmtd: convert MGMT_DS_DBG() to __dbg()Christian Hopps
2024-01-31mgmtd: convert MGMT_TXN_DBG() to __dbg()Christian Hopps
2024-01-31mgmtd: fix printing an empty data treeIgor Ryzhov
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