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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user