]> git.proxmox.com Git - mirror_frr.git/commit - lib/command.h
lib: rework vty_check_node_for_xpath_decrement
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 6 Nov 2021 20:10:41 +0000 (21:10 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 16 Nov 2021 17:51:22 +0000 (18:51 +0100)
commitdd2c81b8c09ac8c27ca909cf16640815941df31e
tree81e786dce10fed153cfec605c5f6cf98c98e39ec
parent88711d8a91333869e77b1e9abe0a39c48d5787c4
lib: rework vty_check_node_for_xpath_decrement

...by having a flag in struct cmd_node rather than hardcoding it in
`lib/command.c`.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_vty.c
lib/command.c
lib/command.h
vtysh/vtysh.c
zebra/interface.c