diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-08-19 16:08:53 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-09-02 10:33:22 -0400 | 
| commit | f6371c343a25f9a6a17aff38a3d35d14ca0f6bde (patch) | |
| tree | fb1e4b91888d51c29333afaad8ec03ac5f14c3f6 /zebra/zebra_evpn_vxlan.h | |
| parent | c2ad0a0d40ff3860f6e48d2a8b5cb853a97f2543 (diff) | |
zebra: Convert to `struct zebra_evpn` as per our internal standard
We do not use typedef's to talk about structures as per our standard.
Fixing.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_evpn_vxlan.h')
| -rw-r--r-- | zebra/zebra_evpn_vxlan.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_evpn_vxlan.h b/zebra/zebra_evpn_vxlan.h index bf8904d492..c7acd23436 100644 --- a/zebra/zebra_evpn_vxlan.h +++ b/zebra/zebra_evpn_vxlan.h @@ -47,7 +47,7 @@ zebra_get_vrr_intf_for_svi(struct interface *ifp)  }  /* EVPN<=>vxlan_zif association */ -static inline void zevpn_vxlan_if_set(zebra_evpn_t *zevpn, +static inline void zevpn_vxlan_if_set(struct zebra_evpn *zevpn,  				      struct interface *ifp, bool set)  {  	struct zebra_if *zif;  | 
