diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/xref2vtysh.py | 4 |
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", |
