]> git.puffer.fish Git - matthieu/frr.git/commit
*: Consolidate all double VIEW_NODE and ENABLE_NODE's
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 11 Mar 2016 19:27:13 +0000 (14:27 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 8 Oct 2016 01:05:06 +0000 (21:05 -0400)
commit0b1442e37b5278c604f9e5210d00c5a4b201ac61
treec3f63ffa7822e217d6c2d7b86a5cd9b2993b84ad
parent735e62a0f28b375b184e1bfeb97f7cbe5673a497
*: Consolidate all double VIEW_NODE and ENABLE_NODE's

If a command is put into the VIEW_NODE, it is going into the
ENABLE_NODE as well.  This is especially true for show commands.
As such if a command is in both consolidate it down to VIEW_NODE.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
32 files changed:
bgpd/bgp_encap.c
bgpd/bgp_filter.c
bgpd/bgp_mplsvpn.c
bgpd/bgp_nexthop.c
bgpd/bgp_route.c
bgpd/bgp_vty.c
isisd/isis_spf.c
isisd/isis_te.c
isisd/isisd.c
ldpd/ldp_vty.xml
ldpd/ldp_vty_cmds.c
lib/command.c
lib/memory_vty.c
lib/plist.c
lib/vty.c
ospf6d/ospf6_area.c
ospf6d/ospf6_asbr.c
ospf6d/ospf6_interface.c
ospf6d/ospf6_neighbor.c
ospf6d/ospf6_top.c
ospf6d/ospf6_zebra.c
ospf6d/ospf6d.c
ospfd/ospf_ri.c
ospfd/ospf_te.c
ospfd/ospf_vty.c
pimd/pim_cmd.c
ripd/ripd.c
ripngd/ripng_debug.c
ripngd/ripngd.c
zebra/interface.c
zebra/zebra_vty.c
zebra/zserv.c