diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 34c519eb1db5092a6e1bd17e02b9a3e53a5c5cb2..ec86a11743fdf6b08a354d28acfa421c4990e5fc 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c @@ -106,9 +106,9 @@ struct vxlan_fdb { unsigned long updated; /* jiffies */ unsigned long used; struct list_head remotes; + u8 eth_addr[ETH_ALEN]; u16 state; /* see ndm_state */ u8 flags; /* see ndm_flags */ - u8 eth_addr[ETH_ALEN]; }; /* Pseudo network device */