From 61954faf191ae0b1f9b762b391a768390854f806 Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Tue, 18 Jul 2023 12:45:04 -0400 Subject: [PATCH] static: stop sending VRF commands to staticd from vtysh Signed-off-by: Christian Hopps --- vtysh/vtysh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index 1c2cca9d90..9d67003f35 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -58,7 +58,7 @@ extern struct event_loop *master; VTYSH_EIGRPD | VTYSH_BABELD | VTYSH_PBRD | VTYSH_FABRICD | \ VTYSH_VRRPD #define VTYSH_INTERFACE VTYSH_INTERFACE_SUBSET | VTYSH_BGPD -#define VTYSH_VRF VTYSH_INTERFACE_SUBSET | VTYSH_STATICD | VTYSH_MGMTD +#define VTYSH_VRF VTYSH_INTERFACE_SUBSET | VTYSH_MGMTD #define VTYSH_KEYS VTYSH_RIPD | VTYSH_EIGRPD | VTYSH_OSPF6D /* Daemons who can process nexthop-group configs */ #define VTYSH_NH_GROUP VTYSH_PBRD|VTYSH_SHARPD -- 2.39.5