]> git.puffer.fish Git - mirror/frr.git/commit
lib: rework northbound RPC callback
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 18 Mar 2024 17:08:23 +0000 (19:08 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Apr 2024 13:36:22 +0000 (16:36 +0300)
commit58a8ebc1fca07ba963faf60d54d77336f36e5ded
tree861d58a483ac4907ff4e4c43d3dbdb9cce840cd9
parent7f7bcb1ffa636318659abb16c7690d9875577ef9
lib: rework northbound RPC callback

Change input/output arguments of the RPC callback from lists of
(xpath/value) tuples to YANG data trees.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
13 files changed:
lib/northbound.c
lib/northbound.h
lib/northbound_cli.c
lib/northbound_cli.h
lib/northbound_grpc.cpp
lib/northbound_sysrepo.c
lib/vty.h
ripd/rip_nb_rpcs.c
ripd/ripd.c
ripngd/ripng_nb_rpcs.c
ripngd/ripngd.c
zebra/zebra_nb_rpcs.c
zebra/zebra_vty.c