Changed key of NSH VXLAN tunnel.

- simple patch before extending CLI for next encap tunnel lookup

Change-Id: I56060185599252a1ae83cc162963b5fd5bc1b324
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
This commit is contained in:
Keith Burns (alagalah)
2016-02-01 14:14:43 -08:00
parent 7a224a0075
commit a2f0d74c43
+1 -1
View File
@@ -238,7 +238,7 @@ int vnet_nsh_vxlan_gpe_add_del_tunnel
nsh_vxlan_gpe_tunnel_key_t key, *key_copy;
hash_pair_t *hp;
key.src = a->dst.as_u32; /* decap src in key is encap dst in config */
key.src = a->src.as_u32;
key.vni = clib_host_to_net_u32 (a->vni << 8);
key.spi_si = clib_host_to_net_u32(a->spi_si);