Commit 160a810b authored by Menglong Dong's avatar Menglong Dong Committed by David S. Miller
Browse files

net: vxlan: update the document for vxlan_snoop()



The function vxlan_snoop() returns drop reasons now, so update the
document of it too.

Signed-off-by: default avatarMenglong Dong <dongml2@chinatelecom.cn>
Reviewed-by: default avatarIdo Schimmel <idosch@nvidia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eb4f99c5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1435,7 +1435,6 @@ static int vxlan_fdb_get(struct sk_buff *skb,

/* Watch incoming packets to learn mapping between Ethernet address
 * and Tunnel endpoint.
 * Return true if packet is bogus and should be dropped.
 */
static enum skb_drop_reason vxlan_snoop(struct net_device *dev,
					union vxlan_addr *src_ip,