]> git.puffer.fish Git - mirror/frr.git/commit
tools: add config-write callbacks to nb templates
authorMark Stapp <mjs@labn.net>
Thu, 9 Nov 2023 15:26:06 +0000 (10:26 -0500)
committerMark Stapp <mjs@labn.net>
Tue, 30 Jan 2024 13:09:25 +0000 (08:09 -0500)
commit77143ce77ad1fda236c1abea2482fe26aee96a62
treed4de0b86976c61822205849bc148287237b534f6
parentcd869ebcf2ec13cf50071d2826d0aa1b309a30e9
tools: add config-write callbacks to nb templates

Add the cli_show (config write) callback when emitting the
create or modify callback in the northbound template. Split
the config-handling and config-output callbacks into two
structs/arrays; this seems to be helpful when doing mgmtd
conversion.

Signed-off-by: Mark Stapp <mjs@labn.net>
tools/gen_northbound_callbacks.c