commit | fc39c38bdc46c49e1e9166afbeb686634e63cbaf | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sun Nov 26 21:19:05 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 28 15:57:12 2017 -0500 |
tree | b38ac45bafd65430ed39a3448c85ad95acb5c867 | |
parent | 5eb3d22a8a05af401257e781ddeefc412bfb8542 [diff] |
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: 3ad7a4b141eb ("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>