]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: use __be32 type for the param vni in __vxlan_fdb_delete
authorXin Long <lucien.xin@gmail.com>
Sun, 26 Nov 2017 13:19:05 +0000 (21:19 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Nov 2017 20:57:12 +0000 (15:57 -0500)
commitb73aa740c05f906df9c8a70e1a8903b441be9064
treeb38ac45bafd65430ed39a3448c85ad95acb5c867
parent8503ccaffd0e3e43af2f0492316eb931b2e7c737
vxlan: use __be32 type for the param vni in __vxlan_fdb_delete

All callers of __vxlan_fdb_delete pass vni with __be32 type, and
this param should be declared as __be32 type.

Fixes: e9bfeb58a0ab ("vxlan: support fdb and learning in COLLECT_METADATA mode")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c