diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-11-12 19:17:56 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-11-12 19:20:06 +0000 |
| commit | 6913bf4c3d34c8caf2d3e72f9c44b345486b8ceb (patch) | |
| tree | ed9189448ee1b00e01991820ed7732a69abf1a54 /tests/sys/netinet | |
| parent | 034a924009bc9cab371f6aa1623bc2aa2ea80cc7 (diff) | |
Diffstat (limited to 'tests/sys/netinet')
| -rwxr-xr-x | tests/sys/netinet/divert.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sys/netinet/divert.sh b/tests/sys/netinet/divert.sh index acd33742b791..3d064b9155b7 100755 --- a/tests/sys/netinet/divert.sh +++ b/tests/sys/netinet/divert.sh @@ -135,7 +135,8 @@ ipdivert_ip_input_local_success_body() { jexec ${jname} ifconfig ${epair}b inet ${ip4b}/30 atf_check -s exit:0 jexec ${jname} $(atf_get_srcdir)/${script_name} \ - --dip ${ip4b} --test_name ipdivert_ip_input_local_success + --sip ${ip4a} --dip ${ip4b} \ + --test_name ipdivert_ip_input_local_success count=`jexec ${jname} netstat -s -p icmp | grep 'Input histogram:' -A8 | grep -c 'echo: '` # Verify redirect got installed |
