From b8e17ef7630a3906fbab49d7daa80ccb9bab26a8 Mon Sep 17 00:00:00 2001 From: ume Date: Wed, 20 Jul 2005 08:59:45 +0000 Subject: update comments: - RFC2292bis -> RFC3542 - typo fixes Submitted by: Keiichi SHIMA Obtained from: KAME --- sys/netinet6/ip6_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet6/ip6_input.c') diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index c20dcb5..d23a447 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -1213,7 +1213,7 @@ ip6_savecontrol(in6p, m, mp) * jumbo payload option is included, the option which * is to be removed before returning according to * RFC2292. - * Note: this constraint is removed in 2292bis. + * Note: this constraint is removed in RFC3542 */ *mp = sbcreatecontrol((caddr_t)hbh, hbhlen, IS2292(IPV6_2292HOPOPTS, IPV6_HOPOPTS), -- cgit v1.1