diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-07-18 19:18:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-18 19:18:12 -0400 |
| commit | 3031b32ba86c55ab8131ebf95c58c3aa8823639e (patch) | |
| tree | ef34bfc92f3931574500898867bc2fb28987c6e8 /vtysh | |
| parent | 3c7eec962545dbd53a0ada64c349fe2673671e37 (diff) | |
| parent | 61954faf191ae0b1f9b762b391a768390854f806 (diff) | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
