]> git.proxmox.com Git - mirror_frr.git/commit - lib/if.c
*: introduce DEFPY_YANG & friends
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 6 Jul 2020 15:47:44 +0000 (12:47 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 3 Aug 2020 18:17:03 +0000 (15:17 -0300)
commitca77b518bdc3c03398214e06129690e603090a6f
tree36e091285109a4f219cd1d785354e64920bc64dd
parent774daaed3f29904a234f689fc5d01e33551f27b8
*: introduce DEFPY_YANG & friends

DEFPY_YANG will allow the CLI to identify which commands are
YANG-modeled or not before executing them. This is going to be
useful for the upcoming configuration back-off timer work that
needs to commit pending configuration changes before executing a
command that isn't YANG-modeled.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
16 files changed:
bfdd/bfdd_cli.c
eigrpd/eigrp_cli.c
isisd/isis_cli.c
lib/command.h
lib/command_graph.h
lib/defun_lex.l
lib/filter_cli.c
lib/if.c
lib/routemap_cli.c
lib/vrf.c
ripd/rip_cli.c
ripngd/ripng_cli.c
staticd/static_vty.c
vrrpd/vrrp_vty.c
vtysh/extract.pl.in
zebra/zebra_routemap.c