diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2025-11-19 14:35:59 +0100 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2025-11-27 11:43:53 +0100 |
| commit | 685d5860aceac1c01bc34ec1ca5d726b88cb6e27 (patch) | |
| tree | 0f00c13a9891d6afeb57ed829fead18184699dde /tests | |
| parent | 8cf099b4fcb803d995192851f02294e0ef329073 (diff) | |
pf tests: explicitly set the source address in killstate:v6
We've seen failures due to pft_ping.py selecting the wrong source address.
Explicitly use 2001:db8::1 as source, to match the tests's expectations.
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/netpfil/pf/killstate.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/netpfil/pf/killstate.sh b/tests/sys/netpfil/pf/killstate.sh index 4c34c8036f06..dc082464b36c 100644 --- a/tests/sys/netpfil/pf/killstate.sh +++ b/tests/sys/netpfil/pf/killstate.sh @@ -194,6 +194,7 @@ v6_body() # Sanity check & establish state atf_check -s exit:0 -o ignore ${common_dir}/pft_ping.py \ --sendif ${epair}a \ + --fromaddr 2001:db8::1 \ --to 2001:db8::2 \ --replyif ${epair}a |
