From cabdc3af38bdc364f9b1ae4e0d8e4d51ec53f7e1 Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Wed, 19 Jul 2017 09:16:22 +0900 Subject: [PATCH] ipv4: update RFC number of IPv6 specification in docs Change-Id: Ia3dbad890e3574b34370034fd4cb4bf96323bab3 Reviewed-on: https://go-review.googlesource.com/49790 Run-TryBot: Mikio Hara Reviewed-by: Ian Lance Taylor --- ipv4/icmp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipv4/icmp.go b/ipv4/icmp.go index 097bea84..9902bb3d 100644 --- a/ipv4/icmp.go +++ b/ipv4/icmp.go @@ -26,7 +26,7 @@ func (typ ICMPType) Protocol() int { // packets. The filter belongs to a packet delivery path on a host and // it cannot interact with forwarding packets or tunnel-outer packets. // -// Note: RFC 2460 defines a reasonable role model and it works not +// Note: RFC 8200 defines a reasonable role model and it works not // only for IPv6 but IPv4. A node means a device that implements IP. // A router means a node that forwards IP packets not explicitly // addressed to itself, and a host means a node that is not a router.