diff --git a/sys/netinet/siftr.c b/sys/netinet/siftr.c index 1b675b8afe23..b326218a8729 100644 --- a/sys/netinet/siftr.c +++ b/sys/netinet/siftr.c @@ -1128,8 +1128,7 @@ siftr_chkpkt6(struct mbuf **m, struct ifnet *ifp, int flags, INP_RUNLOCK(inp); ret6: - /* Returning 0 ensures pfil will not discard the pkt. */ - return (0); + return (PFIL_PASS); } #endif /* #ifdef SIFTR_IPV6 */