|
@@ -874,8 +874,8 @@ static int vxlan_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
|
|
|
|
|
|
static int __vxlan_fdb_delete(struct vxlan_dev *vxlan,
|
|
static int __vxlan_fdb_delete(struct vxlan_dev *vxlan,
|
|
const unsigned char *addr, union vxlan_addr ip,
|
|
const unsigned char *addr, union vxlan_addr ip,
|
|
- __be16 port, __be32 src_vni, u32 vni, u32 ifindex,
|
|
|
|
- u16 vid)
|
|
|
|
|
|
+ __be16 port, __be32 src_vni, __be32 vni,
|
|
|
|
+ u32 ifindex, u16 vid)
|
|
{
|
|
{
|
|
struct vxlan_fdb *f;
|
|
struct vxlan_fdb *f;
|
|
struct vxlan_rdst *rd = NULL;
|
|
struct vxlan_rdst *rd = NULL;
|