Change key.src=a->dst.as_u32 within vnet_nsh_vxlan_gpe_add_del_tunnel

Change-Id: Ica062e532d116cc1806d73f2fa85db89402928a4
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
This commit is contained in:
Hongjun Ni
2016-04-06 17:47:08 -07:00
committed by Gerrit Code Review
parent bcebbb988d
commit e1ed8bddb4

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->src.as_u32;
key.src = a->dst.as_u32; /* decap src in key is encap dst in config */
key.vni = clib_host_to_net_u32 (a->vni << 8);
key.spi_si = clib_host_to_net_u32(a->spi_si);