From nobody Sat Nov 20 19:04:47 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3B22C188C78E; Sat, 20 Nov 2021 19:04:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HxNJJ3l3hz4srk; Sat, 20 Nov 2021 19:04:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A03321233; Sat, 20 Nov 2021 19:04:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AKJ4ldo016966; Sat, 20 Nov 2021 19:04:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AKJ4lZv016965; Sat, 20 Nov 2021 19:04:47 GMT (envelope-from git) Date: Sat, 20 Nov 2021 19:04:47 GMT Message-Id: <202111201904.1AKJ4lZv016965@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Kristof Provost Subject: git: 67573b7a39b1 - main - net tests: fix if_stf:6to4 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kp X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 67573b7a39b19e39536a68563fed0d940604e573 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=67573b7a39b19e39536a68563fed0d940604e573 commit 67573b7a39b19e39536a68563fed0d940604e573 Author: Kristof Provost AuthorDate: 2021-11-10 11:02:34 +0000 Commit: Kristof Provost CommitDate: 2021-11-20 18:29:02 +0000 net tests: fix if_stf:6to4 This test needs to have the loopback interface enabled, or route lookups for our own IP addresses will fail. MFC after: 3 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33041 --- tests/sys/net/if_stf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/sys/net/if_stf.sh b/tests/sys/net/if_stf.sh index e97938f0b2d8..8ed1ba4daaee 100644 --- a/tests/sys/net/if_stf.sh +++ b/tests/sys/net/if_stf.sh @@ -41,7 +41,7 @@ atf_test_case "6to4" "cleanup" atf_skip "This test requires if_stf" fi if ! kldstat -q -m if_gif; then - atf_skip "This test requires if_stf" + atf_skip "This test requires if_gif" fi epair=$(vnet_mkepair) @@ -56,6 +56,7 @@ atf_test_case "6to4" "cleanup" jexec relay route -6 add default -interface $gif vnet_mkjail client ${epair}b + jexec client ifconfig lo0 up jexec client ifconfig ${epair}b 192.0.2.2/24 up stf=$(jexec client ifconfig stf create) jexec client ifconfig $stf inet6 2002:c000:0202::1/32 up