diff options
author | Don Slice <dslice@cumulusnetworks.com> | 2018-09-04 19:39:04 +0200 |
---|---|---|
committer | Don Slice <dslice@cumulusnetworks.com> | 2018-09-04 19:39:04 +0200 |
commit | 088f109866e7b66239c75573a895f54295a99494 (patch) | |
tree | be85d7a696d7304bf5933e41d390921b0570e914 /zebra/zebra_vxlan.h | |
parent | Merge pull request #2966 from donaldsharp/v6_cleanup (diff) | |
download | frr-088f109866e7b66239c75573a895f54295a99494.tar.xz frr-088f109866e7b66239c75573a895f54295a99494.zip |
bgpd, ospfd, pimd, zebra: Convert more use_json locations to bool
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_vxlan.h')
-rw-r--r-- | zebra/zebra_vxlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_vxlan.h b/zebra/zebra_vxlan.h index 6b2b57371..5097757b1 100644 --- a/zebra/zebra_vxlan.h +++ b/zebra/zebra_vxlan.h @@ -69,7 +69,7 @@ extern int zebra_vxlan_vrf_disable(struct zebra_vrf *zvrf); extern int zebra_vxlan_vrf_delete(struct zebra_vrf *zvrf); extern void zebra_vxlan_print_specific_nh_l3vni(struct vty *vty, vni_t l3vni, struct ipaddr *ip, bool uj); -extern void zebra_vxlan_print_evpn(struct vty *vty, uint8_t uj); +extern void zebra_vxlan_print_evpn(struct vty *vty, bool uj); extern void zebra_vxlan_print_specific_rmac_l3vni(struct vty *vty, vni_t l3vni, struct ethaddr *rmac, bool use_json); |