diff options
| author | David Lamparter <equinox@diac24.net> | 2018-12-04 17:29:50 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-04 17:29:50 +0100 | 
| commit | 21e2819dbf18fafabb532475cb5b07627d9372e2 (patch) | |
| tree | 35812884866b0db9e350b0449e0aaef1e987cd99 /zebra/zebra_vxlan.h | |
| parent | b59d17baf3e104ce98048495a8a95f14856e7ca1 (diff) | |
| parent | 09af6961d4b736096eb479322f99a284f6115366 (diff) | |
Merge pull request #3340 from nitinsoniism/show_evpn_vni_detail
zebra: Add "show evpn vni detail" command
Diffstat (limited to 'zebra/zebra_vxlan.h')
| -rw-r--r-- | zebra/zebra_vxlan.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_vxlan.h b/zebra/zebra_vxlan.h index 9eb8aa3570..1b682826e8 100644 --- a/zebra/zebra_vxlan.h +++ b/zebra/zebra_vxlan.h @@ -130,6 +130,9 @@ extern void zebra_vxlan_print_vni(struct vty *vty, struct zebra_vrf *zvrf,  				  vni_t vni, bool use_json);  extern void zebra_vxlan_print_vnis(struct vty *vty, struct zebra_vrf *zvrf,  				   bool use_json); +extern void zebra_vxlan_print_vnis_detail(struct vty *vty, +					  struct zebra_vrf *zvrf, +					  bool use_json);  extern void zebra_vxlan_print_rmacs_l3vni(struct vty *vty, vni_t vni,  					  bool use_json);  extern void zebra_vxlan_print_rmacs_all_l3vni(struct vty *vty, bool use_json);  | 
