make -C tools/testing/selftests TARGETS=net/forwarding TEST_PROGS=router.ssh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-4/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
make[1]: Entering directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
TAP version 13
1..1
# overriding timeout to 21600
# selftests: net/forwarding: router.sh
# TEST: ping                                                          [ OK ]
# TEST: ping6                                                         [ OK ]
# TEST: Source IP in class E                                          [ OK ]
# smcroutectl: Cannot find IPC socket /usr/local/var/run/selftests.sock
# smcroutectl: Daemon may be running with another -i NAME
# TEST: Multicast MAC mismatch: IPv4                                  [FAIL]
# Packets were dropped
# smcroutectl: Cannot find IPC socket /usr/local/var/run/selftests.sock
# smcroutectl: Daemon may be running with another -i NAME
# smcroutectl: Cannot find IPC socket /usr/local/var/run/selftests.sock
# smcroutectl: Daemon may be running with another -i NAME
# TEST: Multicast MAC mismatch: IPv6                                  [FAIL]
# Packets were dropped
# smcroutectl: Cannot find IPC socket /usr/local/var/run/selftests.sock
# smcroutectl: Daemon may be running with another -i NAME
# TEST: Source IP is equal to destination IP: IPv4                    [ OK ]
# TEST: Source IP is equal to destination IP: IPv6                    [ OK ]
# TEST: IPv4 destination IP is link-local                             [ OK ]
not ok 1 selftests: net/forwarding: router.sh # exit=1
make[1]: Leaving directory '/home/virtme/testing-4/tools/testing/selftests/net/forwarding'
make: Leaving directory '/home/virtme/testing-4/tools/testing/selftests'
xx__-> echo $?
0
xx__->