mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-03-24 10:51:31 +00:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
@@
|
|
identifier vty;
|
|
identifier json;
|
|
@@
|
|
|
|
-vty_out(vty, "%s\n", json_object_to_json_string_ext(json, ...));
|
|
...
|
|
-json_object_free(json);
|
|
+vty_json(vty, json);
|