diff options
author | Christian Hopps <chopps@labn.net> | 2023-10-03 23:53:11 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-12-28 18:53:40 +0100 |
commit | ef91d34f01bcabb23a631523e31fceb973b711a3 (patch) | |
tree | 0609f28a55b5da0bc83ee0e5da251279ced84750 /python | |
parent | lib: add dedicated API functions for native msgs (diff) | |
download | frr-ef91d34f01bcabb23a631523e31fceb973b711a3.tar.xz frr-ef91d34f01bcabb23a631523e31fceb973b711a3.zip |
zebra: add zebra to mgmtd oper-state
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'python')
-rw-r--r-- | python/xref2vtysh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/xref2vtysh.py b/python/xref2vtysh.py index 0a7e28ec7..75fff8ddd 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", |