make -C tools/testing/selftests TARGETS="net/netfilter" TEST_PROGS=nft_queeue.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing-15/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing-15/tools/testing/selftests/net/netfilter' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing-15/tools/testing/selftests/net/netfilter' make[1]: Entering directory '/home/virtme/testing-15/tools/testing/selftests/net/netfilter' TAP version 13 1..1 # timeout set to 1800 # selftests: net/netfilter: nft_queue.sh # PASS: ns1-eZG0kb can reach ns2-W5AGYa # PASS: ip: statement with no listener results in packet drop # PASS: ip6: statement with no listener results in packet drop # PASS: Expected and received 10 packets total # PASS: Expected and received 20 packets total # PASS: tcp and nfqueue in forward chain (duration: 0s) # PASS: tcp via loopback (duration: 0s) # PASS: tcp via loopback with connect/close # PASS: tcp via loopback and re-queueing # PASS: sctp and nfqueue in forward chain (duration: 1s) # PASS: sctp and nfqueue in output chain with GSO (duration: 7s) # PASS: both udp receivers got one packet each # Error: Nexthop has invalid gateway. # ping: connect: Network is unreachable # FAIL: chain output: icmp packet counter mismatch for device tvrf # table inet filter { # chain output { # type filter hook output priority filter; policy accept; # oifname "tvrf" icmp type echo-request counter packets 0 bytes 0 queue to 1 # oifname "eth0" icmp type echo-request counter packets 0 bytes 0 queue to 1 # } # # chain post { # type filter hook postrouting priority filter; policy accept; # oifname "tvrf" icmp type echo-request counter packets 0 bytes 0 queue to 1 # oifname "eth0" icmp type echo-request counter packets 0 bytes 0 queue to 1 # } # } # PASS: queue program exiting while packets queued not ok 1 selftests: net/netfilter: nft_queue.sh # exit=1 make[1]: Leaving directory '/home/virtme/testing-15/tools/testing/selftests/net/netfilter' make: Leaving directory '/home/virtme/testing-15/tools/testing/selftests' xx__-> echo $? 0 xx__->