aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2023-02-13 05:59:21 +0000
committerKyle Evans <kevans@FreeBSD.org>2023-02-13 05:59:46 +0000
commite63dcbe7a2cb8f6b6932cef48e70f3372f4df737 (patch)
tree4233bfb6fc19777ce90f57cbf8a0a19bf66f3a0c /tests
parent96f4ab26633a457c52fdb9c45f48dcb052b408a4 (diff)
Diffstat (limited to 'tests')
-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 80461127fde7..446626b1d1d9 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