summaryrefslogtreecommitdiffhomepage
path: root/packet/bgp
diff options
context:
space:
mode:
Diffstat (limited to 'packet/bgp')
-rw-r--r--packet/bgp/bgp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet/bgp/bgp.go b/packet/bgp/bgp.go
index e5368513..d59ce441 100644
--- a/packet/bgp/bgp.go
+++ b/packet/bgp/bgp.go
@@ -185,7 +185,7 @@ func (p TunnelType) String() string {
case TUNNEL_TYPE_MPLS:
return "mpls"
case TUNNEL_TYPE_MPLS_IN_GRE:
- return "mpls-ingre"
+ return "mpls-in-gre"
case TUNNEL_TYPE_VXLAN_GRE:
return "vxlan-gre"
case TUNNEL_TYPE_MPLS_IN_UDP: