On Fri, Oct 29, 2021 at 2:24 PM David Ahern <dsahern@xxxxxxxxx> wrote: > > On 10/29/21 9:51 AM, Jakub Kicinski wrote: > > Before fix: > > | Case IPv6 rejection returned 0, expected 1 > > |FAIL - 1/4 cases failed > > > > With the fix: > > | OK > > > > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > > -- > > CC: shuah@xxxxxxxxxx > > CC: linux-kselftest@xxxxxxxxxxxxxxx > > --- > > tools/testing/selftests/net/.gitignore | 1 + > > tools/testing/selftests/net/Makefile | 2 + > > tools/testing/selftests/net/cmsg_so_mark.c | 67 +++++++++++++++++++++ > > tools/testing/selftests/net/cmsg_so_mark.sh | 61 +++++++++++++++++++ > > 4 files changed, 131 insertions(+) > > create mode 100644 tools/testing/selftests/net/cmsg_so_mark.c > > create mode 100755 tools/testing/selftests/net/cmsg_so_mark.sh > > > Reviewed-by: David Ahern <dsahern@xxxxxxxxxx> Reviewed-by: Willem de Bruijn <willemb@xxxxxxxxxx>