mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-21 15:32:54 +00:00
Merge pull request #14048 from LabNConsulting/chopps/staticd-stop-parsing
static: stop vtysh from sending VRF commands to staticd
This commit is contained in:
commit
3031b32ba8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user