diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-05-20 22:33:01 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 22:33:01 +0300 | 
| commit | b87d5a467e8e5a7349887bb6f8891414c06f3d37 (patch) | |
| tree | 601616033625a4beaa2733ea6c8e73177c70be5e /python | |
| parent | 0babb933e73a1355786ac3722fb882d7a4bc0d79 (diff) | |
| parent | 73ad64a6f4b039ce482ad5c3b080e8c9bb02890f (diff) | |
Merge pull request #15980 from donaldsharp/agentx_update
*: Modify agentx to be allowed to be called
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 177de757b0..75d9ccf367 100644 --- a/python/xref2vtysh.py +++ b/python/xref2vtysh.py @@ -32,7 +32,7 @@ frr_top_src = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))  # not quite obvious...  daemon_flags = { -    "lib/agentx.c": "VTYSH_ISISD|VTYSH_RIPD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_ZEBRA", +    "lib/libagentx.c": "VTYSH_ISISD|VTYSH_RIPD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD|VTYSH_ZEBRA",      "lib/filter.c": "VTYSH_ACL_SHOW",      "lib/filter_cli.c": "VTYSH_ACL_CONFIG",      "lib/if.c": "VTYSH_INTERFACE",  | 
