summaryrefslogtreecommitdiff
path: root/python/xref2vtysh.py
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-05-02 08:17:17 -0400
committerGitHub <noreply@github.com>2023-05-02 08:17:17 -0400
commit0313343d0ab7f1eac58e199229a01fdaaaac8248 (patch)
tree40b9dda54138142899caaa06bcfd797baf1a35ee /python/xref2vtysh.py
parentbec4eeedc4ac22c79e80544f72dfcb6456f58ad0 (diff)
parentcfa0facbf936fc6cc053fafea7d2b6fa8bccfc4c (diff)
Merge pull request #13395 from LabNConsulting/chopps/mgmtd-debug-flags
mgmtd: fully implement debug flags for mgmtd and clients
Diffstat (limited to 'python/xref2vtysh.py')
-rw-r--r--python/xref2vtysh.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/xref2vtysh.py b/python/xref2vtysh.py
index c325979d24..6dd5c8866e 100644
--- a/python/xref2vtysh.py
+++ b/python/xref2vtysh.py
@@ -37,6 +37,8 @@ daemon_flags = {
"lib/filter_cli.c": "VTYSH_ACL",
"lib/if.c": "VTYSH_INTERFACE",
"lib/keychain.c": "VTYSH_RIPD|VTYSH_EIGRPD|VTYSH_OSPF6D",
+ "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",