git: 964d91ee1d7a - main - pflog: tests: Fix rdr_action_head()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Jan 2026 23:35:20 UTC
The branch main has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=964d91ee1d7a1405383aeb4fce72c4e3bc80af35
commit 964d91ee1d7a1405383aeb4fce72c4e3bc80af35
Author: Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-01-17 23:30:33 +0000
Commit: Jose Luis Duran <jlduran@FreeBSD.org>
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