summaryrefslogtreecommitdiff
path: root/python/xref2vtysh.py
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-10-03 17:53:11 -0400
committerChristian Hopps <chopps@labn.net>2023-12-28 17:53:40 +0000
commitef91d34f01bcabb23a631523e31fceb973b711a3 (patch)
tree0609f28a55b5da0bc83ee0e5da251279ced84750 /python/xref2vtysh.py
parent4e0147a05ebfa0ba1f262b1e191d3cbf1a44003d (diff)
zebra: add zebra to mgmtd oper-state
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'python/xref2vtysh.py')
-rw-r--r--python/xref2vtysh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/xref2vtysh.py b/python/xref2vtysh.py
index 0a7e28ec7a..75fff8ddd9 100644
--- a/python/xref2vtysh.py
+++ b/python/xref2vtysh.py
@@ -37,7 +37,7 @@ daemon_flags = {
"lib/filter_cli.c": "VTYSH_ACL",
"lib/if.c": "VTYSH_INTERFACE",
"lib/keychain.c": "VTYSH_KEYS",
- "lib/mgmt_be_client.c": "VTYSH_STATICD",
+ "lib/mgmt_be_client.c": "VTYSH_STATICD|VTYSH_ZEBRA",
"lib/mgmt_fe_client.c": "VTYSH_MGMTD",
"lib/lib_vty.c": "VTYSH_ALL",
"lib/log_vty.c": "VTYSH_ALL",