The branch stable/13 has been updated by kevans:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1dc1d45055a3e60dbe88dfb10abd9872a2677661

commit 1dc1d45055a3e60dbe88dfb10abd9872a2677661
Author:     Kyle Evans <[email protected]>
AuthorDate: 2023-02-13 05:59:21 +0000
Commit:     Kyle Evans <[email protected]>
CommitDate: 2023-02-16 03:29:36 +0000

    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)
---
 tests/sys/net/if_wg.sh | 4 ----
 1 file changed, 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
 

Reply via email to