diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2023-02-13 05:59:21 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2023-02-13 05:59:46 +0000 |
| commit | e63dcbe7a2cb8f6b6932cef48e70f3372f4df737 (patch) | |
| tree | 4233bfb6fc19777ce90f57cbf8a0a19bf66f3a0c /tests | |
| parent | 96f4ab26633a457c52fdb9c45f48dcb052b408a4 (diff) | |
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/net/if_wg.sh | 4 |
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 |
