diff options
| author | David Lamparter <equinox@diac24.net> | 2018-09-01 05:05:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-01 05:05:30 +0200 |
| commit | 1fbd4e382aaf654dcb13d27bec1f7c6c145b533f (patch) | |
| tree | 4ebd49e15f6714986c2e9bb7994528ba24f5d9ac /lib/plist.c | |
| parent | 04f04f0fa5cc206c655658b3c556932d57a95ac6 (diff) | |
| parent | ca61fd2587504f14d966c73563b61140557dde65 (diff) | |
Merge pull request #2945 from dslicenc/bgp-ospf-json
bgpd/ospfd: make bgp and ospf json response a bit more consistent
Diffstat (limited to 'lib/plist.c')
| -rw-r--r-- | lib/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plist.c b/lib/plist.c index 37eb6bc49e..5746080127 100644 --- a/lib/plist.c +++ b/lib/plist.c @@ -1900,7 +1900,7 @@ void prefix_bgp_orf_remove_all(afi_t afi, char *name) /* return prefix count */ int prefix_bgp_show_prefix_list(struct vty *vty, afi_t afi, char *name, - uint8_t use_json) + bool use_json) { struct prefix_list *plist; struct prefix_list_entry *pentry; |
