git: 85250c12e509 - stable/14 - ip6_mroute: Remove an unused constant
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Feb 2026 19:47:33 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=85250c12e509582048b4a80d10a996cee0eab3a2
commit 85250c12e509582048b4a80d10a996cee0eab3a2
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-02-02 14:58:38 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-02-16 16:09:28 +0000
ip6_mroute: Remove an unused constant
No functional change intended.
MFC after: 2 weeks
Sponsored by: Stormshield
Sponsored by: Klara, Inc.
(cherry picked from commit b320e89e6909c0c3f29542976df0381990866988)
---
sys/netinet6/ip6_mroute.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c
index 9e41dd8176d3..3d5fc75d9a07 100644
--- a/sys/netinet6/ip6_mroute.c
+++ b/sys/netinet6/ip6_mroute.c
@@ -273,8 +273,6 @@ static void expire_upcalls(void *);
*/
static struct ifnet *multicast_register_if6;
-#define ENCAP_HOPS 64
-
/*
* Private variables.
*/