summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@FreeBSD.org>2026-01-17 23:30:33 +0000
committerJose Luis Duran <jlduran@FreeBSD.org>2026-01-17 23:33:04 +0000
commit964d91ee1d7a1405383aeb4fce72c4e3bc80af35 (patch)
tree46b910dd79af9ce2491cc453f7350030ba72338b /tests
parentdce3d3a8c077433921b3d9560252c572dc182ba2 (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/netpfil/pf/pflog.sh2
1 files changed, 1 insertions, 1 deletions
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