summaryrefslogtreecommitdiffhomepage
path: root/packet
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2018-02-22 13:43:39 +0900
committerIWASE Yusuke <iwase.yusuke0@gmail.com>2018-02-22 15:01:14 +0900
commit07275fba28e3c33530d0a4c96dab61e66c3df46f (patch)
tree01c3818da09bac726c74e2fd5dabcdf80233d249 /packet
parent1b88fa78d93b8cfb87f9563c5f80cf65097a220b (diff)
packet/bgp: Fix a typo of TunnelType string
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'packet')
-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: