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")
This commit is contained in:
Kristof Provost
2025-11-19 14:35:59 +01:00
parent 8cf099b4fc
commit 685d5860ac
+1
View File
@@ -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