summaryrefslogtreecommitdiffstats
path: root/mgmtd (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgmtd: add missing diagnostic show cmd output (notify maps)Christian Hopps2024-05-091-4/+13
* mgmtd: some cleanup from original RPC commitChristian Hopps2024-05-071-13/+28
* mgmtd: rpc and action handling both should use rpc map.Christian Hopps2024-05-071-9/+3
* Merge pull request #15594 from idryzhov/mgmt-rpcChristian Hopps2024-05-0610-35/+609
|\
| * tests: add topotest for mgmtd rpc processingIgor Ryzhov2024-04-221-0/+34
| * ripngd: convert RPC commands to mgmtdIgor Ryzhov2024-04-221-0/+7
| * ripd: convert RPC commands to mgmtdIgor Ryzhov2024-04-221-1/+9
| * lib: add native RPC processing to mgmt frontend clientIgor Ryzhov2024-04-221-0/+16
| * mgmtd: add native RPC processingIgor Ryzhov2024-04-227-2/+442
| * mgmtd: add backend xpath map for RPCIgor Ryzhov2024-04-224-33/+102
* | *: add XREF_SETUP() to libraries and utilitesDavid Lamparter2024-05-022-0/+7
* | yang: ietf-netconf-acm needs to be in libfrrDavid Lamparter2024-04-251-1/+0
|/
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-265-16/+384
* mgmtd: remove unused event typeIgor Ryzhov2024-03-221-10/+0
* eigrpd, mgmtd, ospf6d: frr_fini is lastDonald Sharp2024-03-131-1/+3
* Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp2024-03-083-10/+17
|\
| * lib: add keychain northbound supportChristian Hopps2024-03-053-10/+17
* | mgmtd: change error messageIgor Ryzhov2024-03-061-7/+3
* | mgmtd: fix warning if ripngd disabledVincent JARDIN2024-03-011-3/+3
|/
* lib: mgmtd: add xpath arg to notification messageChristian Hopps2024-02-191-11/+15
* Merge pull request #15359 from LabNConsulting/chopps/reap-unused-phaseIgor Ryzhov2024-02-143-36/+2
|\
| * mgmtd: remove unused commit phase SEND_CFGChristian Hopps2024-02-123-36/+2
* | mgmtd: fix be_is_client_interestedIgor Ryzhov2024-02-121-10/+5
|/
* lib, mgmtd: rework processing of yang notificationsIgor Ryzhov2024-02-111-17/+14
* lib, mgmtd: fix processing of yang notificationsIgor Ryzhov2024-02-102-5/+27
* Merge pull request #15286 from idryzhov/fix-mgmt-startupChristian Hopps2024-02-072-6/+25
|\
| * mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov2024-02-072-6/+25
* | lib: fix affinity map duplicateLouis Scalbert2024-02-071-1/+0
* | Merge pull request #15291 from idryzhov/mgmtd-yang-embedDonald Sharp2024-02-051-0/+1
|\ \
| * | mgmtd: embed frr-zebra-route-map moduleIgor Ryzhov2024-02-041-0/+1
| |/
* | Merge pull request #15293 from idryzhov/mgmt-read-configDonald Sharp2024-02-051-7/+1
|\ \
| * | mgmtd: disable lib code for config readingIgor Ryzhov2024-02-041-7/+1
| |/
* | lib, mgmtd: don't register NB config callbacks in mgmtdIgor Ryzhov2024-02-041-3/+3
* | mgmtd: fix missing -n flag and helpIgor Ryzhov2024-02-041-2/+3
|/
* Merge pull request #15276 from mjstapp/port_registryDonald Sharp2024-02-011-1/+0
|\
| * *: create a single registry of daemons' default port valuesMark Stapp2024-02-011-1/+0
* | Merge pull request #15272 from LabNConsulting/chopps/mgmtd-notif-testDonald Sharp2024-02-011-19/+83
|\ \
| * | tests: add mgmtd backend notification testChristian Hopps2024-02-011-19/+83
* | | Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov2024-02-014-452/+363
|\ \ \ | |/ / |/| |
| * | mgmtd: convert MGMT_FE_ADAPTER_DBG() to __dbg()Christian Hopps2024-02-011-154/+122
| * | mgmtd: convert MGMT_BE_ADAPTER_DBG() to __dbg()Christian Hopps2024-02-011-84/+64
| * | mgmtd: convert MGMT_DS_DBG() to __dbg()Christian Hopps2024-02-011-16/+14
| * | mgmtd: convert MGMT_TXN_DBG() to __dbg()Christian Hopps2024-02-011-198/+163
* | | mgmtd: fix printing an empty data treeIgor Ryzhov2024-01-311-8/+0
* | | mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-314-11/+54
* | | mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-317-18/+73
|/ /
* | build: build: make mgmtd test client build conditionalIgor Ryzhov2024-01-301-1/+4
* | mgmtd: backend subscriptions to notificationsChristian Hopps2024-01-304-20/+235
* | lib: mgmtd: add YANG notification supportChristian Hopps2024-01-303-12/+41
|/
* zebra: convert to mgmtdIgor Ryzhov2024-01-284-29/+25