diff options
author | Paolo Abeni <pabeni@redhat.com> | 2018-10-17 12:44:04 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-04 16:52:49 +0300 |
commit | 189771d69e14404b0e6eb57aa40bed2a95f7e2c2 (patch) | |
tree | 3186ced66585b45a5bcbcda45b5f8538bf5257af /drivers/vhost | |
parent | 606694e5ec81d598c0300f9e16db0464659df557 (diff) | |
download | linux-189771d69e14404b0e6eb57aa40bed2a95f7e2c2.tar.xz |
udp6: fix encap return code for resubmitting
[ Upstream commit 84dad55951b0d009372ec21760b650634246e144 ]
The commit eb63f2964dbe ("udp6: add missing checks on edumux packet
processing") used the same return code convention of the ipv4 counterpart,
but ipv6 uses the opposite one: positive values means resubmit.
This change addresses the issue, using positive return value for
resubmitting. Also update the related comment, which was broken, too.
Fixes: eb63f2964dbe ("udp6: add missing checks on edumux packet processing")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/vhost')
0 files changed, 0 insertions, 0 deletions