From 54eb169e8fc9bc0357139e7c259e977b184f8fbb Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 6 Jul 2018 23:56:49 +0200 Subject: update vendor --- vendor/golang.org/x/net/icmp/mpls.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/golang.org/x/net/icmp/mpls.go') diff --git a/vendor/golang.org/x/net/icmp/mpls.go b/vendor/golang.org/x/net/icmp/mpls.go index c314917..f9f4841 100644 --- a/vendor/golang.org/x/net/icmp/mpls.go +++ b/vendor/golang.org/x/net/icmp/mpls.go @@ -6,7 +6,7 @@ package icmp import "encoding/binary" -// A MPLSLabel represents a MPLS label stack entry. +// MPLSLabel represents an MPLS label stack entry. type MPLSLabel struct { Label int // label value TC int // traffic class; formerly experimental use @@ -19,7 +19,7 @@ const ( typeIncomingMPLSLabelStack = 1 ) -// A MPLSLabelStack represents a MPLS label stack. +// MPLSLabelStack represents an MPLS label stack. type MPLSLabelStack struct { Class int // extension object class number Type int // extension object sub-type -- cgit v1.2.3