diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-02-02 14:59:20 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-02-02 16:54:54 +0000 |
| commit | a45fb94801dffd414bdb1981def0e977ef0c774f (patch) | |
| tree | eacc27c4fd19fcd897f09798af1a3bfeb8577990 | |
| parent | b320e89e6909c0c3f29542976df0381990866988 (diff) | |
ip6_mroute: Remove an unhelpful comment
ifnets already track if_allmulti() calls in the if_amcount field. That
field is older than the comment, so I'm not exactly sure what the intent
was; let's just remove it.
MFC after: 2 weeks
Sponsored by: Stormshield
Sponsored by: Klara, Inc.
| -rw-r--r-- | sys/netinet6/ip6_mroute.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c index d64c2f641e24..5706c12fc5e4 100644 --- a/sys/netinet6/ip6_mroute.c +++ b/sys/netinet6/ip6_mroute.c @@ -255,10 +255,6 @@ static void expire_upcalls(void *); #define UPCALL_EXPIRE 6 /* number of timeouts */ /* - * XXX TODO: maintain a count to if_allmulti() calls in struct ifnet. - */ - -/* * 'Interfaces' associated with decapsulator (so we can tell * packets that went through it from ones that get reflected * by a broken gateway). Different from IPv4 register_if, |
