git: 050691f35094 - main - pf: Comment is no longer true, remove it.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Feb 2025 09:35:27 UTC
The branch main has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=050691f35094fcef2d0744f49297e94b002123a3
commit 050691f35094fcef2d0744f49297e94b002123a3
Author: Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-02-12 17:00:50 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-02-20 08:25:50 +0000
pf: Comment is no longer true, remove it.
Obtained from: OpenBSD, mcbride <mcbride@openbsd.org>, 6263ddcd7c
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
sys/netpfil/pf/pf_lb.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sys/netpfil/pf/pf_lb.c b/sys/netpfil/pf/pf_lb.c
index dce0520793fa..83dd63fd2290 100644
--- a/sys/netpfil/pf/pf_lb.c
+++ b/sys/netpfil/pf/pf_lb.c
@@ -84,9 +84,6 @@ static int pf_get_sport(struct pf_pdesc *, struct pf_krule *,
pf_sn_types_t);
static bool pf_islinklocal(const sa_family_t, const struct pf_addr *);
-/*
- * hash function based on bridge_hash in if_bridge.c
- */
static void
pf_hash(struct pf_addr *inaddr, struct pf_addr *hash,
struct pf_poolhashkey *key, sa_family_t af)