From 8a0a0ae60b8dd9da7cf53c895e85dc6daf67143d Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Sat, 27 May 2017 20:23:09 +0800 Subject: Rework vxlan-gpe to support FIB 2.0 and bypass mode Change-Id: I0324f945bdb4dd3b19151be6f3ce24a47a000104 Signed-off-by: Hongjun Ni --- src/plugins/ioam/lib-vxlan-gpe/ioam_transit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/ioam/lib-vxlan-gpe') diff --git a/src/plugins/ioam/lib-vxlan-gpe/ioam_transit.c b/src/plugins/ioam/lib-vxlan-gpe/ioam_transit.c index d90cd5e4..60eabc22 100644 --- a/src/plugins/ioam/lib-vxlan-gpe/ioam_transit.c +++ b/src/plugins/ioam/lib-vxlan-gpe/ioam_transit.c @@ -107,7 +107,7 @@ vxlan_gpe_transit_ioam (vlib_main_t * vm, if (PREDICT_FALSE ((ip0->protocol == IP_PROTOCOL_UDP) && (clib_net_to_host_u16 (udp_hdr0->dst_port) == - UDP_DST_PORT_vxlan_gpe))) + UDP_DST_PORT_VXLAN_GPE))) { /* Check the iOAM header */ -- cgit 1.2.3-korg