Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 02:32:17 +0000
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: b29f674d9a28 - stable/15 - pflog: tests: Fix rdr_action_head()
Message-ID:  <69815e31.396aa.31f758c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=b29f674d9a28b0a7894440b4fcd34c4ec114d6c6

commit b29f674d9a28b0a7894440b4fcd34c4ec114d6c6
Author:     Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-01-17 23:30:33 +0000
Commit:     Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-02-03 02:26:51 +0000

    pflog: tests: Fix rdr_action_head()
    
    Fix a typo in the rdr_action_head() test.
    
    Fixes:          685fb4253819 ("pf: Log the intended action when a NAT rule matches a packet")
    MFC after:      1 week
    
    (cherry picked from commit 964d91ee1d7a1405383aeb4fce72c4e3bc80af35)
---
 tests/sys/netpfil/pf/pflog.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/netpfil/pf/pflog.sh b/tests/sys/netpfil/pf/pflog.sh
index a34ec893a75c..b2fa2da8a0e9 100644
--- a/tests/sys/netpfil/pf/pflog.sh
+++ b/tests/sys/netpfil/pf/pflog.sh
@@ -335,7 +335,7 @@ unspecified_v6_cleanup()
 }
 
 atf_test_case "rdr_action" "cleanup"
-rdr_head()
+rdr_action_head()
 {
 	atf_set descr 'Ensure that NAT rule actions are logged correctly'
 	atf_set require.user root


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69815e31.396aa.31f758c>