]> git.proxmox.com Git - mirror_frr.git/commit - lib/vrf.c
*: move CLI parent data to cmd_node->parent_node
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Sep 2018 21:15:09 +0000 (23:15 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 16 Apr 2020 10:53:00 +0000 (12:53 +0200)
commit243895805abcd27cc23f784c0b42036197fa1c3c
treeb1cbf49040a4a5ce981ef84541cd8ad30384d4d4
parent612c2c15d86e0e5c7e35f1a9a1491f90f365b93c
*: move CLI parent data to cmd_node->parent_node

Same as before, instead of shoving this into a big central list we can
just put the parent node in cmd_node.

Signed-off-by: David Lamparter <equinox@diac24.net>
34 files changed:
babeld/babel_interface.c
babeld/babeld.c
bfdd/bfdd_vty.c
bgpd/bgp_bmp.c
bgpd/bgp_rpki.c
bgpd/bgp_vty.c
bgpd/rfapi/bgp_rfapi_cfg.c
eigrpd/eigrp_cli.c
isisd/isis_circuit.c
isisd/isisd.c
ldpd/ldp_vty_conf.c
lib/command.c
lib/command.h
lib/keychain.c
lib/nexthop_group.c
lib/routemap_cli.c
lib/vrf.c
lib/vty.c
nhrpd/nhrp_vty.c
ospf6d/ospf6_interface.c
ospf6d/ospf6_top.c
ospfd/ospf_vty.c
pbrd/pbr_vty.c
pimd/pim_cmd.c
ripd/rip_interface.c
ripd/ripd.c
ripngd/ripng_interface.c
ripngd/ripngd.c
tests/lib/cli/test_commands.c
vrrpd/vrrp_vty.c
vtysh/vtysh.c
zebra/interface.c
zebra/zebra_fpm.c
zebra/zebra_pw.c