diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-13 22:26:15 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-14 20:00:22 +0200 | 
| commit | 88275d392ab781961f3bfa1ab773a73063b4e6bc (patch) | |
| tree | 150e123f896e1abef0f91f258d077df96d088abd /vtysh | |
| parent | b507ad54b4baaacf796d79fbb9e6bfbe1f521405 (diff) | |
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 65733ca61b..11751d027e 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  | 
