aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2023-02-13 05:59:21 +0000
committerKyle Evans <kevans@FreeBSD.org>2023-02-16 03:29:36 +0000
commit1dc1d45055a3e60dbe88dfb10abd9872a2677661 (patch)
treece634d90f56e09a2a9b63dafabc69a46778f44b1
parent0d277acfd12e0f11e90791883ea814bca03dd97f (diff)
downloadsrc-1dc1d45055a3e60dbe88dfb10abd9872a2677661.tar.gz
src-1dc1d45055a3e60dbe88dfb10abd9872a2677661.zip
wg: tests: remove an obsolete workaround
PR 254212 was resolved to avoid issues with not having IPv6 addresses present in the jail, so we can safely drop this workaround now... Reviewed by: jhb, markj (cherry picked from commit e63dcbe7a2cb8f6b6932cef48e70f3372f4df737)
-rw-r--r--tests/sys/net/if_wg.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/sys/net/if_wg.sh b/tests/sys/net/if_wg.sh
index 7f5f5daba95d..ffa08a6a2dd6 100644
--- a/tests/sys/net/if_wg.sh
+++ b/tests/sys/net/if_wg.sh
@@ -59,10 +59,6 @@ wg_basic_body()
vnet_mkjail wgtest1 ${epair}a
vnet_mkjail wgtest2 ${epair}b
- # Workaround for PR 254212.
- jexec wgtest1 ifconfig lo0 up
- jexec wgtest2 ifconfig lo0 up
-
jexec wgtest1 ifconfig ${epair}a ${endpoint1}/24 up
jexec wgtest2 ifconfig ${epair}b ${endpoint2}/24 up