diff options
| author | Christian Hopps <chopps@labn.net> | 2024-02-24 05:48:40 -0500 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-03-04 20:00:15 -0500 |
| commit | 4caffbda8e6c690dc185b3740b203c2fa54e465e (patch) | |
| tree | 860987d6b4ef824ebc626f412dfcb3b20c72789d /python | |
| parent | 29dba445b4e6d762e80e1bd015a70cb362a7906e (diff) | |
lib: add keychain northbound support
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 91ccba64f0..177de757b0 100644 --- a/python/xref2vtysh.py +++ b/python/xref2vtysh.py @@ -36,7 +36,7 @@ daemon_flags = { "lib/filter.c": "VTYSH_ACL_SHOW", "lib/filter_cli.c": "VTYSH_ACL_CONFIG", "lib/if.c": "VTYSH_INTERFACE", - "lib/keychain.c": "VTYSH_KEYS", + "lib/keychain_cli.c": "VTYSH_KEYS", "lib/mgmt_be_client.c": "VTYSH_MGMT_BACKEND", "lib/mgmt_fe_client.c": "VTYSH_MGMT_FRONTEND", "lib/lib_vty.c": "VTYSH_ALL", |
