make -C tools/testing/selftests TARGETS=net/forwarding TEST_PROGS=router_bbroadcast.sh 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_broadcast.sh # INFO: bc_forwarding disabled on r1 => # INFO: ping 198.51.100.255, expected reply from 192.0.2.1 # TEST: h1 -> net2: reply from r1 (not forwarding) [ OK ] # INFO: ping 198.51.200.255, expected reply from 192.0.2.1 # TEST: h1 -> net3: reply from r1 (not forwarding) [ OK ] # INFO: ping 192.0.2.255, expected reply from 192.0.2.1 # TEST: h1 -> net1: reply from r1 (not dropping) [ OK ] # INFO: ping 255.255.255.255, expected reply from 192.0.2.1 # TEST: h1 -> 255.255.255.255: reply from r1 (not forwarding) [ OK ] # INFO: ping 192.0.2.255, expected reply from 198.51.100.1 # TEST: h2 -> net1: reply from r1 (not forwarding) [ OK ] # INFO: ping 198.51.200.255, expected reply from 198.51.100.1 # TEST: h2 -> net3: reply from r1 (not forwarding) [ OK ] # INFO: ping 198.51.100.255, expected reply from 198.51.100.1 # TEST: h2 -> net2: reply from r1 (not dropping) [ OK ] # INFO: ping 255.255.255.255, expected reply from 198.51.100.1 # TEST: h2 -> 255.255.255.255: reply from r1 (not forwarding) [ OK ] # INFO: bc_forwarding enabled on r1 => # INFO: ping 198.51.100.255, expected reply from 198.51.100.2 # TEST: h1 -> net2: reply from h2 (forwarding) [ OK ] # INFO: ping 198.51.200.255, expected reply from 198.51.200.2 # TEST: h1 -> net3: reply from h3 (forwarding) [ OK ] # INFO: ping 192.0.2.255, expected reply from 192.0.2.1 # TEST: h1 -> net1: no reply (dropping) [ OK ] # INFO: ping 255.255.255.255, expected reply from 192.0.2.1 # TEST: h1 -> 255.255.255.255: reply from r1 (not forwarding) [ OK ] # INFO: ping 192.0.2.255, expected reply from 192.0.2.2 # TEST: h2 -> net1: reply from h1 (forwarding) [ OK ] # INFO: ping 198.51.200.255, expected reply from 198.51.200.2 # TEST: h2 -> net3: reply from h3 (forwarding) [ OK ] # INFO: ping 198.51.100.255, expected reply from 198.51.100.1 # TEST: h2 -> net2: no reply (dropping) [ OK ] # INFO: ping 255.255.255.255, expected reply from 198.51.100.1 # TEST: h2 -> 255.255.255.255: reply from r1 (not forwarding) [ OK ] ok 1 selftests: net/forwarding: router_broadcast.sh 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__->