aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gre/node.c
diff options
context:
space:
mode:
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;