diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-13 21:26:15 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-14 19:00:22 +0100 |
commit | 88275d392ab781961f3bfa1ab773a73063b4e6bc (patch) | |
tree | 150e123f896e1abef0f91f258d077df96d088abd /vtysh | |
parent | mgmtd: add option to specify netns as the vrf backend (diff) | |
download | frr-88275d392ab781961f3bfa1ab773a73063b4e6bc.tar.xz frr-88275d392ab781961f3bfa1ab773a73063b4e6bc.zip |
vtysh, mgmtd: send interface commands to mgmtd
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/vtysh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vtysh/vtysh.h b/vtysh/vtysh.h index 65733ca61..11751d027 100644 --- a/vtysh/vtysh.h +++ b/vtysh/vtysh.h @@ -56,9 +56,9 @@ extern struct event_loop *master; VTYSH_ZEBRA | VTYSH_RIPD | VTYSH_RIPNGD | VTYSH_OSPFD | VTYSH_OSPF6D | \ VTYSH_ISISD | VTYSH_PIMD | VTYSH_PIM6D | VTYSH_NHRPD | \ VTYSH_EIGRPD | VTYSH_BABELD | VTYSH_PBRD | VTYSH_FABRICD | \ - VTYSH_VRRPD + VTYSH_VRRPD | VTYSH_MGMTD #define VTYSH_INTERFACE VTYSH_INTERFACE_SUBSET | VTYSH_BGPD -#define VTYSH_VRF VTYSH_INTERFACE_SUBSET | VTYSH_MGMTD +#define VTYSH_VRF VTYSH_INTERFACE_SUBSET #define VTYSH_KEYS VTYSH_RIPD | VTYSH_EIGRPD | VTYSH_OSPF6D | VTYSH_OSPFD /* Daemons who can process nexthop-group configs */ #define VTYSH_NH_GROUP VTYSH_PBRD|VTYSH_SHARPD |