mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-14 20:00:42 +00:00
11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
@@
|
|
identifier vty;
|
|
identifier json;
|
|
constant fmt;
|
|
@@
|
|
|
|
-vty_out(vty, fmt, json_object_to_json_string_ext(json, ...));
|
|
...
|
|
-json_object_free(json);
|
|
+vty_json(vty, json);
|