summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2024-01-24 11:35:19 -0500
committerChristian Hopps <chopps@labn.net>2024-01-26 12:34:23 -0500
commit63ca751c1186483f82f0d464bc1c8c43e3a2755f (patch)
tree3c61ebdb0ba2977de423a335abae057ae4ed6631 /python
parentdabc92de9e3b02e5d1a73d6fc43ffbd51eaded91 (diff)
lib: convert filters to mgmtd
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'python')
-rw-r--r--python/xref2vtysh.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/xref2vtysh.py b/python/xref2vtysh.py
index 36e37e3230..edaa2945ce 100644
--- a/python/xref2vtysh.py
+++ b/python/xref2vtysh.py
@@ -33,8 +33,8 @@ frr_top_src = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
daemon_flags = {
"lib/agentx.c": "VTYSH_ISISD|VTYSH_RIPD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_ZEBRA",
- "lib/filter.c": "VTYSH_ACL",
- "lib/filter_cli.c": "VTYSH_ACL",
+ "lib/filter.c": "VTYSH_ACL_SHOW",
+ "lib/filter_cli.c": "VTYSH_ACL_CONFIG",
"lib/if.c": "VTYSH_INTERFACE",
"lib/keychain.c": "VTYSH_KEYS",
"lib/mgmt_be_client.c": "VTYSH_MGMT_BACKEND",