git: e63dcbe7a2cb - main - wg: tests: remove an obsolete workaround
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 06:10:32 UTC
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=e63dcbe7a2cb8f6b6932cef48e70f3372f4df737 commit e63dcbe7a2cb8f6b6932cef48e70f3372f4df737 Author: Kyle Evans <kevans@FreeBSD.org> AuthorDate: 2023-02-13 05:59:21 +0000 Commit: Kyle Evans <kevans@FreeBSD.org> CommitDate: 2023-02-13 05:59:46 +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 Differential Revision: https://reviews.freebsd.org/D37755 --- 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 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