git: c198adf39498 - main - siftr: spell PFIL_PASS correctly.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Sep 2022 17:20:41 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=c198adf394988da2f15b51829748a1dbd103fac0
commit c198adf394988da2f15b51829748a1dbd103fac0
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2022-09-12 17:05:35 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2022-09-12 17:20:10 +0000
siftr: spell PFIL_PASS correctly.
Sponsored by: NetApp
Sponsored by: Klara Inc.
Differential Revision: https://reviews.freebsd.org/D36539
---
sys/netinet/siftr.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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 @@ inp_unlock6:
INP_RUNLOCK(inp);
ret6:
- /* Returning 0 ensures pfil will not discard the pkt. */
- return (0);
+ return (PFIL_PASS);
}
#endif /* #ifdef SIFTR_IPV6 */