The branch main has been updated by jlduran:

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

commit 964d91ee1d7a1405383aeb4fce72c4e3bc80af35
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2026-01-17 23:30:33 +0000
Commit:     Jose Luis Duran <[email protected]>
CommitDate: 2026-01-17 23:33:04 +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
---
 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 b11b1a3bade0..0b737a96791f 100644
--- a/tests/sys/netpfil/pf/pflog.sh
+++ b/tests/sys/netpfil/pf/pflog.sh
@@ -337,7 +337,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

Reply via email to