]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_vxlan.h
zebra: delay default vrf name after vrf initialization
[mirror_frr.git] / zebra / zebra_vxlan.h
index f03cd3d541ccf931a842018f0c7bcb5b0d0db40c..1c394e9effad895bcd6643a67ab7a5e3c6e91474 100644 (file)
@@ -94,7 +94,8 @@ extern void zebra_vxlan_print_macs_all_vni_vtep(struct vty *vty,
                                                bool use_json);
 extern void zebra_vxlan_print_specific_mac_vni(struct vty *vty,
                                               struct zebra_vrf *zvrf,
-                                              vni_t vni, struct ethaddr *mac);
+                                              vni_t vni, struct ethaddr *mac,
+                                              bool use_json);
 extern void zebra_vxlan_print_macs_vni_vtep(struct vty *vty,
                                            struct zebra_vrf *zvrf, vni_t vni,
                                            struct in_addr vtep_ip,