From 964d91ee1d7a1405383aeb4fce72c4e3bc80af35 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Sat, 17 Jan 2026 23:30:33 +0000 Subject: 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 -- cgit v1.2.3