diff options
author | Christian Hopps <chopps@labn.net> | 2024-01-15 13:03:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 13:03:34 +0100 |
commit | f2bb6874268b271e49ca2acdc5dba5efd2b0b697 (patch) | |
tree | f44cc26dec9896b45d2a3c4139b1ea30fd2f3e75 /vtysh/vtysh.h | |
parent | Merge pull request #15156 from LabNConsulting/chopps/yang-mtu-32 (diff) | |
parent | tests: add tests for mgmt get-data exact node request (diff) | |
download | frr-f2bb6874268b271e49ca2acdc5dba5efd2b0b697.tar.xz frr-f2bb6874268b271e49ca2acdc5dba5efd2b0b697.zip |
Merge pull request #15154 from idryzhov/mgmt-get-data
mgmtd get-data request expansion
Diffstat (limited to 'vtysh/vtysh.h')
-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 |