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
# timeout set to 10800
# selftests: net/forwarding: router.sh
[  940.968720][ T4184] veth0: entered allmulticast mode
[  940.970225][ T4184] veth1: entered allmulticast mode
[  940.970593][ T4184] veth2: entered allmulticast mode
[  940.970935][ T4184] veth3: entered allmulticast mode
# 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 ]
[  962.757727][ T4184] veth0: left allmulticast mode
[  962.758245][ T4184] veth1: left allmulticast mode
[  962.758597][ T4184] veth2: left allmulticast mode
[  962.758963][ T4184] veth3: left allmulticast mode
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__->