git: b29f674d9a28 - stable/15 - pflog: tests: Fix rdr_action_head()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 02:32:17 UTC
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