summaryrefslogtreecommitdiffstats
path: root/vtysh
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-07-19 01:18:12 +0200
committerGitHub <noreply@github.com>2023-07-19 01:18:12 +0200
commit3031b32ba86c55ab8131ebf95c58c3aa8823639e (patch)
treeef34bfc92f3931574500898867bc2fb28987c6e8 /vtysh
parentMerge pull request #10136 from idryzhov/frr-reload-exit (diff)
parentstatic: stop sending VRF commands to staticd from vtysh (diff)
downloadfrr-3031b32ba86c55ab8131ebf95c58c3aa8823639e.tar.xz
frr-3031b32ba86c55ab8131ebf95c58c3aa8823639e.zip
Merge pull request #14048 from LabNConsulting/chopps/staticd-stop-parsing
static: stop vtysh from sending VRF commands to staticd
Diffstat (limited to 'vtysh')
-rw-r--r--vtysh/vtysh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h
index 1c2cca9d9..9d67003f3 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