From: Mark Smith Date: Mon, 6 Jul 2009 11:26:24 +0000 (+0000) Subject: ipv6: correct return on ipv6_rcv() packet drop X-Git-Tag: v2.6.32-rc1~703^2~836 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c91face51d29f553a444d16db4ac2c6162a3cd0;p=pandora-kernel.git ipv6: correct return on ipv6_rcv() packet drop The routine ipv6_rcv() uses magic number 0 for a return when it drops a packet. This corresponds to NET_RX_SUCCESS, which is obviously incorrect. Correct this by using NET_RX_DROP instead. ps. It isn't exactly clear who the IPv6 maintainers are, apologies if I've missed any. Signed-off-by: Mark Smith Signed-off-by: David S. Miller --- Reading git-diff-tree failed