Re: [PATCH net] udp6: fix encap return code for resubmitting

2018-10-17 Thread David Miller
From: Paolo Abeni Date: Wed, 17 Oct 2018 11:44:04 +0200 > 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

[PATCH net] udp6: fix encap return code for resubmitting

2018-10-17 Thread Paolo Abeni
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