siftr: spell PFIL_PASS correctly.

Sponsored by:	NetApp
Sponsored by:	Klara Inc.
Differential Revision: https://reviews.freebsd.org/D36539
This commit is contained in:
Dag-Erling Smørgrav 2022-09-12 19:05:35 +02:00
parent 95d5a656a2
commit c198adf394

View File

@ -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 */