]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: Fix vrf submode to call correct daemons
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 2 Feb 2016 14:28:23 +0000 (06:28 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 2 Feb 2016 14:29:56 +0000 (06:29 -0800)
The vrf-submode was incorrectly calling sub-daemons that it
should not be doing so.

Ticket: CM-9076
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Testing: See Bug

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
vtysh/vtysh.h

index 6126afab7a4fa182a0549897274b46e0b3b14c7a..5bbe906efb7d8572b2467c8adfeb7bf0d57f2d7e 100644 (file)
@@ -33,7 +33,7 @@
 #define VTYSH_ALL        VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_ISISD|VTYSH_BABELD
 #define VTYSH_RMAP       VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_BABELD
 #define VTYSH_INTERFACE          VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_ISISD|VTYSH_BABELD
-#define VTYSH_VRF        VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_ISISD|VTYSH_BABELD //Pending: see if all other components are to be added.
+#define VTYSH_VRF        VTYSH_ZEBRA
 
 /* vtysh local configuration file. */
 #define VTYSH_DEFAULT_CONFIG "vtysh.conf"