From nobody Sun Dec 12 18:11:49 2021 X-Original-To: dev-commits-src-branches@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 9FD1918C86B8; Sun, 12 Dec 2021 18:11:51 +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 4JBt522QqBz3k9h; Sun, 12 Dec 2021 18:11:50 +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 D729B257DB; Sun, 12 Dec 2021 18:11:49 +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 1BCIBnnS064974; Sun, 12 Dec 2021 18:11:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BCIBnBY064973; Sun, 12 Dec 2021 18:11:49 GMT (envelope-from git) Date: Sun, 12 Dec 2021 18:11:49 GMT Message-Id: <202112121811.1BCIBnBY064973@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Kristof Provost Subject: git: 74156bb47cf0 - stable/13 - net tests: fix if_stf:6to4 List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-branches@freebsd.org X-BeenThere: dev-commits-src-branches@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/stable/13 X-Git-Reftype: branch X-Git-Commit: 74156bb47cf0e1a71cdbbbce1e159baee772164e Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639332711; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ukVybS46l3BJ3hHDGX1eO/Yb1cXltUA7GZBfn1t6BQg=; b=bxFcH08qX5M72Njkm3k0pVlRw++LcSb1nPMVqEh1OQiwyV6WgkP2BuFJroIuWlmQ+u50ps 39TbKONHNqs3ThEM0Z9P498B8bhtorNaRNQI15J2pdOaB6Avasohy3zTuxXrVF5cdccEu+ 3C5mLwB11eMAWpK7phWySh3RCeiAG7TmsMUb6nbZFIOb702+La99jx5iUCqX3ZHOvX+88E VYrljmtSpQqKZCN+FWLJqruWxuwWDTy2zI9mZZ40MVHBJvryUEweJa4CheRuuSvOpzPVQY HIejc41yjIaZToqCLOJS8CLRaravM8fogNnEhHliCh/Ql44KVuaAu9z5KFJoZA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639332711; a=rsa-sha256; cv=none; b=EpX7OO2+G99DBq2fLMNPdM3ZlkytSZxvRZVNL6+OxZ1KCVhYkRXB9a5zdkcgO5tCJB77jK C/xKRBKVpbUt6qCbBT2l4s/WdviO2rjmY0v5Q6JWc/9+xyMk7IGNtM1i42U0I5+m5eZ8a0 bEWguxE6w0SR5V/0O3fX7/IKwg8Tj8Y3W5h0hxGWI9yCxcdY87XkNBN/7WLB7l61mMUUnM vUPREPfAKuXrRIV6lxdthA/lWNmbwgJ/Jf8quSbADQmy6U5+PPyXrlcrHISN58Yolt+vkb zaNnVkUMUx+V4zylaF57H3Ugp4VBcfGuRDZ8FIJ7SEkJsCgsiWidCBPxh/DNsg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=74156bb47cf0e1a71cdbbbce1e159baee772164e commit 74156bb47cf0e1a71cdbbbce1e159baee772164e Author: Kristof Provost AuthorDate: 2021-11-10 11:02:34 +0000 Commit: Kristof Provost CommitDate: 2021-12-11 09:39:15 +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 (cherry picked from commit 67573b7a39b19e39536a68563fed0d940604e573) --- 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 f3ed2d744c7c..693154122891 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