From 63ca751c1186483f82f0d464bc1c8c43e3a2755f Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Wed, 24 Jan 2024 11:35:19 -0500 Subject: lib: convert filters to mgmtd Signed-off-by: Christian Hopps --- python/xref2vtysh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/xref2vtysh.py') 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", -- cgit v1.2.3