summaryrefslogtreecommitdiff
path: root/python/xref2vtysh.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/xref2vtysh.py')
-rw-r--r--python/xref2vtysh.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/xref2vtysh.py b/python/xref2vtysh.py
index c325979d24..0a7e28ec7a 100644
--- a/python/xref2vtysh.py
+++ b/python/xref2vtysh.py
@@ -36,7 +36,9 @@ daemon_flags = {
"lib/filter.c": "VTYSH_ACL",
"lib/filter_cli.c": "VTYSH_ACL",
"lib/if.c": "VTYSH_INTERFACE",
- "lib/keychain.c": "VTYSH_RIPD|VTYSH_EIGRPD|VTYSH_OSPF6D",
+ "lib/keychain.c": "VTYSH_KEYS",
+ "lib/mgmt_be_client.c": "VTYSH_STATICD",
+ "lib/mgmt_fe_client.c": "VTYSH_MGMTD",
"lib/lib_vty.c": "VTYSH_ALL",
"lib/log_vty.c": "VTYSH_ALL",
"lib/nexthop_group.c": "VTYSH_NH_GROUP",