diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-30 08:55:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 08:55:49 +0200 |
| commit | 73914a3e730f5d8464d72a7228a060183ced8209 (patch) | |
| tree | c8478cfaada4f791a7fe0a0be43146e7eb45e2d8 /lib/vty.h | |
| parent | f969bc0459a0aa530a5a8e2eddd6faf8249d8f21 (diff) | |
| parent | 28eaac01315d41a3bb7a903b9c4d74da412e4317 (diff) | |
Merge pull request #13576 from chiragshah6/mdev1
zebra:returns empty dict when evpn is disabled II
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ extern bool vty_set_include(struct vty *vty, const char *regexp); */ extern int vty_json(struct vty *vty, struct json_object *json); extern int vty_json_no_pretty(struct vty *vty, struct json_object *json); -extern void vty_json_empty(struct vty *vty); +extern void vty_json_empty(struct vty *vty, struct json_object *json); /* post fd to be passed to the vtysh client * fd is owned by the VTY code after this and will be closed when done */ |
