]> git.puffer.fish Git - matthieu/frr.git/commit
lib, mgmtd: add ability to set content type in get-data request
authorIgor Ryzhov <iryzhov@nfware.com>
Sat, 13 Jan 2024 20:51:45 +0000 (22:51 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 15 Jan 2024 08:27:33 +0000 (10:27 +0200)
commite1cdb38ee61bcd05b9648d4d60007336e5cffff4
tree60a54c48eaa7bcee51964e59f01676895da99da4
parent25d79af9578ba339b105c3d65c9706ae17419527
lib, mgmtd: add ability to set content type in get-data request

Like in RESTCONF GET request and NETCONF get-data request, make it
possible to request state-only, config-only, or all data.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/mgmt_fe_client.c
lib/mgmt_fe_client.h
lib/mgmt_msg_native.h
lib/vty.c
lib/vty.h
mgmtd/mgmt_fe_adapter.c
mgmtd/mgmt_txn.c
mgmtd/mgmt_txn.h
mgmtd/mgmt_vty.c