diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-02-24 11:56:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-24 11:56:28 +0200 |
| commit | ba995a720b498955720f0caeeb4d26bac2b84be4 (patch) | |
| tree | 4153dadb61801a8e22ae762391bcc320f2b0de77 /lib/vty.h | |
| parent | b44f0900c2078db5861d39420b4c35875bcff58f (diff) | |
| parent | 2e86198322e22ce2baac2b5058b6595cffb4d5f9 (diff) | |
Merge pull request #12751 from Pdoijode/pdoijode/ospf-vrf-neighbor-detail-1
ospfd: Added missing fields and option to query specific neighbor in VRF
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -344,7 +344,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); /* post fd to be passed to the vtysh client * fd is owned by the VTY code after this and will be closed when done */ |
