diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2023-12-29 07:08:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-29 07:08:30 +0200 |
| commit | 353ee7bb819d5f06a180a1d062b47006456a98c7 (patch) | |
| tree | afcd3eff7e5ddd881681fe0ac213ea419640751c /python/xref2vtysh.py | |
| parent | 080299fe10b7434602b8e419aa4283e4312cf587 (diff) | |
| parent | f7258386dba9100f399207a1ab2aa2b90111b364 (diff) | |
Merge pull request #14492 from LabNConsulting/oper-state
oper state
Diffstat (limited to 'python/xref2vtysh.py')
| -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 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", |
