aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gre/node.c
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2017-12-13 02:47:27 -0800
committerDamjan Marion <dmarion.lists@gmail.com>2017-12-13 15:14:49 +0000
commit8716e6bf43b7043790980c6ef0bd21d42b34a2a1 (patch)
treeed8208c2827eeb916d71025b2ee86a28b19dc7ca /src/vnet/gre/node.c
parent51e759fd0655b6089360e1ccf2f5341704549fd4 (diff)
GRE: fix single loop decap and add test
Change-Id: I64e8a76a17057ae69de72a5a80c0a194cd0c21cb Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/gre/node.c')
-rw-r--r--src/vnet/gre/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/gre/node.c b/src/vnet/gre/node.c
index e10f116fa6d..1a5fc87b116 100644
--- a/src/vnet/gre/node.c
+++ b/src/vnet/gre/node.c
@@ -398,7 +398,7 @@ gre_input (vlib_main_t * vm,
int verr0;
u32 i0, next0;
u32 ip4_tun_src0, ip4_tun_dst0;
- u32 ip6_tun_src0[4], ip6_tun_dst0[4];
+ u64 ip6_tun_src0[2], ip6_tun_dst0[2];
bi0 = from[0];
to_next[0] = bi0;