summaryrefslogtreecommitdiff
path: root/python/xref2vtysh.py
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-09-19 10:14:14 -0400
committerGitHub <noreply@github.com>2023-09-19 10:14:14 -0400
commita9a89805ecfab9a581e7395c55fe007160a959ed (patch)
tree83ed8c870ab54d97ba322d5d90fe8e92dec0a388 /python/xref2vtysh.py
parent1e007847319252cb069a4c841517b027073ba324 (diff)
parentf5011cd5ddfd0eabe359d7013747823c6bd4ed3f (diff)
Merge pull request #14398 from m-varasteh/ospfd-rfc5709
ospfd: add support for RFC 5709 OSPFv2 HMAC-SHA Cryptographic Authentication
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 6dd5c8866e..0a7e28ec7a 100644
--- a/python/xref2vtysh.py
+++ b/python/xref2vtysh.py
@@ -36,7 +36,7 @@ daemon_flags = {
"lib/filter.c": "VTYSH_ACL",
"lib/filter_cli.c": "VTYSH_ACL",
"lib/if.c": "VTYSH_INTERFACE",
- "lib/keychain.c": "VTYSH_RIPD|VTYSH_EIGRPD|VTYSH_OSPF6D",
+ "lib/keychain.c": "VTYSH_KEYS",
"lib/mgmt_be_client.c": "VTYSH_STATICD",
"lib/mgmt_fe_client.c": "VTYSH_MGMTD",
"lib/lib_vty.c": "VTYSH_ALL",