commit | 5c91face51d29f553a444d16db4ac2c6162a3cd0 | [log] [tgz] |
---|---|---|
author | Mark Smith <lk-netdev@lk-netdev.nosense.org> | Mon Jul 06 11:26:24 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 06 18:07:55 2009 -0700 |
tree | 093ded3ec890769486ff4a8560ccb4e7654769dc | |
parent | b7cb8c2c8275ab081b97610b13a83c80904571a6 [diff] |
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 <markzzzsmith@yahoo.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>