From: Neale Ranns Date: Wed, 14 Nov 2018 16:18:12 +0000 (-0800) Subject: VXLAN-GBP: c-n-p error in the dual-loop tracing X-Git-Tag: v19.04-rc0~399 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=5ecbbc128999813fcb6ee9025541b01ae87b824a VXLAN-GBP: c-n-p error in the dual-loop tracing Change-Id: I3722a1850f7a72e4382e351120c1514d7a1759b8 Signed-off-by: Neale Ranns --- diff --git a/src/vnet/vxlan-gbp/decap.c b/src/vnet/vxlan-gbp/decap.c index 0d361a37751..613cb012319 100644 --- a/src/vnet/vxlan-gbp/decap.c +++ b/src/vnet/vxlan-gbp/decap.c @@ -394,7 +394,7 @@ vxlan_gbp_input (vlib_main_t * vm, tr->tunnel_index = t1 == 0 ? ~0 : t1 - vxm->tunnels; tr->vni = vxlan_gbp_get_vni (vxlan_gbp1); tr->sclass = vxlan_gbp_get_sclass (vxlan_gbp1); - tr->flags = vxlan_gbp_get_gpflags (vxlan_gbp0); + tr->flags = vxlan_gbp_get_gpflags (vxlan_gbp1); } vlib_validate_buffer_enqueue_x2 (vm, node, next_index,