From nobody Wed Jul 22 13:40:12 2026 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 4h4wNx3HpQz6m8VC for ; Wed, 22 Jul 2026 13:40:17 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h4wNx2QT9z3ZP2 for ; Wed, 22 Jul 2026 13:40:17 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784727617; 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=1K6SNEc7w0scynFnWwKl8WfUJGonxSwRuvm1Xgsug+Q=; b=ao08txHtQ3LNDn45MvKUXHRWZFMJiRV0xWhJy66l43mvIFMnj01Im3dEHQJXHwbrSbGWDp ITuyEXwDkPqyVQhpzkfKy6J3kbh7PmMICnc7o0kKy7KT83ZZzAvjZ8kDCenDsfZUkWyERj 2CUd0VT9pCX2WinU6oNnAtjkKUqGKSMyY04noTBAHpqgOYwjvY2JtfGhM7Cr9e+8SwKEpl qK+74fL5HQVt2i8MATwjm4LBlEIs42OHeUEmgbEEkHdt4+cQ9YcgbnT4yCEW8kcRLSfrui Y5WDvVXXr/QfEZstVSfRzIUN/DFZA/tsTRjoxI6SH60mUfdm3P3+HBt6GX/aag== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784727617; a=rsa-sha256; cv=none; b=KHDfZX/hfHeg0yjFu+7AE5zCBy2ysxndX3cpio0gw8rXLlWzWorIxKNO3gYH6rWZ29QEif BTvb6pveE7wF2JYCbeN9katdBr6j1F2ZjIvjzgOPhA+nkw//U9cnQOhChNpQpjKKAjL+he h8lvQeoPR4sMhv+zLzKiS820paufzSlhyw9AxFum+PLduPP4e3akCWw1ltD4oRFputobJj HXPFQztmKaMWM/dJyrCR7RPbiXj+Zsx2OUfdnCzTaJMh3BvLTRPMhVkX3bzd/k8QYwZ6mk QOeQo2Aqk6z+kPkiQERXtcidhE3qB8HObcxjTwLiiFi6MNQJk9/X1AREtgBgPA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784727617; 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=1K6SNEc7w0scynFnWwKl8WfUJGonxSwRuvm1Xgsug+Q=; b=tJM4sDPgl0TwjyRhXGtAU7D2/sjF0LZvayrX8do0byr1xnpZu0Luh06g3tPAwlAYebNCqC 2mj4HrnhzAirwIhLN/eauxCEQvmLHOJ8Rt/URd57kArCIImVVho/VSR9BOD3BaDTn9AOw0 ifNcY4Ry9PqNq6uyWgvKJDndD+r6zzKr+Nv2yurm8M9i8YiY2A1EO1GdRRONG77Xe+B1bG P4eIjwGY7Cu5c/nTuyfelcfeh6nvQhjLxDH2WIZAd6pHAGo6uRwKDR+Pmq7iksxBWDtp3t giLSG4ggCCWFEABVactfqAipJ/nDBYTnCMbE4yVJVsVT0lPVbX6iCsHEdICpuw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h4wNx10J7z5Mb for ; Wed, 22 Jul 2026 13:40:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 2313a by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 22 Jul 2026 13:40:12 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Siva Mahadevan Subject: git: afbb7dc0a51e - main - tests/netpfil: start ipfilter for ipfnat firewall type 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: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: siva X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: afbb7dc0a51e4d4c227bdf00770d1ad821cf9889 Auto-Submitted: auto-generated Date: Wed, 22 Jul 2026 13:40:12 +0000 Message-Id: <6a60c83c.2313a.70b8b2a2@gitrepo.freebsd.org> The branch main has been updated by siva: URL: https://cgit.FreeBSD.org/src/commit/?id=afbb7dc0a51e4d4c227bdf00770d1ad821cf9889 commit afbb7dc0a51e4d4c227bdf00770d1ad821cf9889 Author: Siva Mahadevan AuthorDate: 2026-06-30 16:40:00 +0000 Commit: Siva Mahadevan CommitDate: 2026-07-22 13:35:51 +0000 tests/netpfil: start ipfilter for ipfnat firewall type This requested fix[0] was not complete before the change was committed. Cleans up this error message when running tests[1]: "Cannot 'start' ipfilter. Set ipfilter_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'." [0] https://reviews.freebsd.org/D21065?id=60288#inline-131488 [1] https://ci.freebsd.org/job/FreeBSD-main-amd64-test/28917/testReport/sys.netpfil.common/rdr/ipfnat_local_redirect/ Fixes: f97a8a36153a9 MFC after: 3 days Sponsored by: The FreeBSD Foundation --- tests/sys/netpfil/common/utils.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/netpfil/common/utils.subr b/tests/sys/netpfil/common/utils.subr index 8885495cec11..f5013098f5f2 100644 --- a/tests/sys/netpfil/common/utils.subr +++ b/tests/sys/netpfil/common/utils.subr @@ -63,7 +63,7 @@ firewall_config() jexec ${jname} ipf -E jexec ${jname} ipf -Fa -f $cwd/ipf.rule elif [ ${fw} == "ipfnat" ]; then - jexec ${jname} service ipfilter start + jexec ${jname} ipf -E jexec ${jname} ipnat -CF -f $cwd/ipfnat.rule jexec ${jname} pfilctl link -o ipfilter:default-ip4 inet-local jexec ${jname} pfilctl link -o ipfilter:default-ip6 inet6-local