git: 5b2bc9cf1cab - stable/15 - tests/if_wg: Let wg_vnet_parent_routing run in a VNET jail
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Jul 2026 19:14:45 UTC
The branch stable/15 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=5b2bc9cf1cab8861956606f02e0fc854c54c0921
commit 5b2bc9cf1cab8861956606f02e0fc854c54c0921
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-07-03 19:31:15 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-07-27 17:34:30 +0000
tests/if_wg: Let wg_vnet_parent_routing run in a VNET jail
MFC after: 1 week
(cherry picked from commit 0dbd497fff17416728c9c98f27a0612c89c7143c)
---
tests/sys/net/if_wg.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/sys/net/if_wg.sh b/tests/sys/net/if_wg.sh
index 1f51d86c8efa..72fe25bf3dec 100644
--- a/tests/sys/net/if_wg.sh
+++ b/tests/sys/net/if_wg.sh
@@ -374,6 +374,8 @@ wg_vnet_parent_routing_body()
wg1=$(ifconfig wg create)
wg2=$(ifconfig wg create)
+ atf_check ifconfig lo0 inet 127.0.0.1/8
+
vnet_mkjail wgtest1 ${wg1}
vnet_mkjail wgtest2 ${wg2}