mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-10-27 04:53:23 +00:00
Similarly to recently fixed 'show ip[v6] prefix-list ...' - PR#15750, json output is not valid for 'show ip[v6] access-list ... json' commands, as it goes through all the running daemons and for each one it calls 'filter_show' creating a new json object. To aggreagate the output and create a valid json that can later be parsed, the commands were moved to vtysh and formatted accordingly Signed-off-by: Piotr Suchy <piotrsuchy@proton.me> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| daemons.pl | ||
| Makefile | ||
| subdir.am | ||
| vtysh_config.c | ||
| vtysh_main.c | ||
| vtysh_user.c | ||
| vtysh_user.h | ||
| vtysh.c | ||
| vtysh.h | ||