aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_fastfwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/ip6_fastfwd.c')
-rw-r--r--sys/netinet6/ip6_fastfwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_fastfwd.c b/sys/netinet6/ip6_fastfwd.c
index b6a8af8013c4..34c04f4ec683 100644
--- a/sys/netinet6/ip6_fastfwd.c
+++ b/sys/netinet6/ip6_fastfwd.c
@@ -214,8 +214,8 @@ passin:
/*
* Outgoing packet firewall processing.
*/
- if (pfil_run_hooks(V_inet6_pfil_head, &m, nh->nh_ifp, PFIL_OUT |
- PFIL_FWD, NULL) != PFIL_PASS)
+ if (pfil_run_hooks(V_inet6_pfil_head, &m, nh->nh_ifp, PFIL_OUT,
+ NULL) != PFIL_PASS)
goto dropout;
/*