From d0d50c100b5e063fdc1345d63b8cf2f72b4f7e10 Mon Sep 17 00:00:00 2001 From: kn Date: Sat, 12 Nov 2022 02:50:59 +0000 Subject: [PATCH] Zap comment about dead linkmtu Removed in 2015 a923c8476c6771493ee2bc4f277a429c9ae3eaff Remove linkmtu and maxmtu from struct nd_ifinfo. --- sys/netinet6/ip6_output.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 81d8f592ab3..07e13d56524 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_output.c,v 1.271 2022/08/12 17:04:17 bluhm Exp $ */ +/* $OpenBSD: ip6_output.c,v 1.272 2022/11/12 02:50:59 kn Exp $ */ /* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */ /* @@ -156,9 +156,8 @@ struct idgen32_ctx ip6_id_ctx; * The mbuf chain containing the packet will be freed. * The mbuf opt, if present, will not be freed. * - * type of "mtu": rt_mtu is u_long, ifnet.ifr_mtu is int, and - * nd_ifinfo.linkmtu is u_int32_t. so we use u_long to hold largest one, - * which is rt_mtu. + * type of "mtu": rt_mtu is u_long, ifnet.ifr_mtu is int. + * We use u_long to hold largest one, * which is rt_mtu. */ int ip6_output(struct mbuf *m, struct ip6_pktopts *opt, struct route_in6 *ro, -- 2.20.1