Merge branch 'selftests-fix'
authorDavid S. Miller <davem@davemloft.net>
Sun, 1 Jan 2023 11:59:53 +0000 (11:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Jan 2023 11:59:53 +0000 (11:59 +0000)
Po-Hsu Lin says:

====================
selftests: net: fix for arp_ndisc_evict_nocarrier test

This patchset will fix a false-positive issue caused by the command in
cleanup_v6() of the arp_ndisc_evict_nocarrier test.

Also, it will make the test to return a non-zero value for any failure
reported in the test for us to avoid false-negative results.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge