diff options
Diffstat (limited to 'pkg/tcpip/header/gre.go')
-rw-r--r-- | pkg/tcpip/header/gre.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/header/gre.go b/pkg/tcpip/header/gre.go index 6b85ecf6e..33d69c3bf 100644 --- a/pkg/tcpip/header/gre.go +++ b/pkg/tcpip/header/gre.go @@ -7,7 +7,7 @@ import ( ) const ( - greProtocolType = 2 + greProtocolType = 2 ) // GRE represents a GRE header stored in a byte array. |