From 7e4edc8d1ee9ae26747cf6ec23b76b78f0f550da Mon Sep 17 00:00:00 2001 From: Vengada Govindan Date: Tue, 13 Dec 2016 21:59:54 -0800 Subject: VPP-470: Introduce VxLAN-GPE as transport for iOAM. This is the second of the two commits. This commit introduces VxLAN-GPE transit functionality. Change-Id: I12f13e00f456df0047f2b7a0737addfeb683c420 Signed-off-by: Vengada Govindan --- plugins/ioam-plugin/ioam/lib-vxlan-gpe/vxlan_gpe_ioam_util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/ioam-plugin/ioam/lib-vxlan-gpe/vxlan_gpe_ioam_util.h') diff --git a/plugins/ioam-plugin/ioam/lib-vxlan-gpe/vxlan_gpe_ioam_util.h b/plugins/ioam-plugin/ioam/lib-vxlan-gpe/vxlan_gpe_ioam_util.h index 138eba1a4c4..c0ad8d9d03a 100644 --- a/plugins/ioam-plugin/ioam/lib-vxlan-gpe/vxlan_gpe_ioam_util.h +++ b/plugins/ioam-plugin/ioam/lib-vxlan-gpe/vxlan_gpe_ioam_util.h @@ -83,7 +83,6 @@ format_vxlan_gpe_ioam_v4_trace (u8 * s, va_list * args) always_inline void vxlan_gpe_encap_decap_ioam_v4_one_inline (vlib_main_t * vm, vlib_node_runtime_t * node, - vxlan_gpe_main_t * ngm, vlib_buffer_t * b0, u32 * next0, u32 drop_node_val, u8 use_adj) -- cgit 1.2.3-korg