make -C tools/testing/selftests TARGETS=net/forwarding TEST_PROGS=router.ssh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-2/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make[1]: Entering directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
TAP version 13
1..1
# timeout set to 10800
# selftests: net/forwarding: router.sh
[    1.994754] ip (231) used greatest stack depth: 11864 bytes left
[    2.173544] veth0: entered allmulticast mode
[    2.174320] veth1: entered allmulticast mode
[    2.174871] veth2: entered allmulticast mode
[    2.175460] veth3: entered allmulticast mode
# TEST: ping                                                          [ OK ]
# TEST: ping6                                                         [ OK ]
[    9.751696] GACT probability NOT on
# 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 ]
[   12.241795] tc (603) used greatest stack depth: 11696 bytes left
# TEST: Source IP is equal to destination IP: IPv6                    [ OK ]
# TEST: IPv4 destination IP is link-local                             [ OK ]
[   12.780113] veth0: left allmulticast mode
[   12.780406] veth1: left allmulticast mode
[   12.780755] veth2: left allmulticast mode
[   12.781081] veth3: left allmulticast mode
not ok 1 selftests: net/forwarding: router.sh # exit=1
make[1]: Leaving directory '/home/virtme/testing-2/tools/testing/selftests/net/forwarding'
make: Leaving directory '/home/virtme/testing-2/tools/testing/selftests'
xx__-> echo $?
0
xx__->