git: 046846bb391f - stable/15 - ip6_mroute: Remove an unused constant
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Feb 2026 15:44:32 UTC
The branch stable/15 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=046846bb391fb4639248d5ac8bcbe80b44fd6887
commit 046846bb391fb4639248d5ac8bcbe80b44fd6887
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-02-02 14:58:38 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-02-16 13:46: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 3eaa8834171a..275c3ae2d7f1 100644
--- a/sys/netinet6/ip6_mroute.c
+++ b/sys/netinet6/ip6_mroute.c
@@ -271,8 +271,6 @@ static void expire_upcalls(void *);
*/
static struct ifnet *multicast_register_if6;
-#define ENCAP_HOPS 64
-
/*
* Private variables.
*/