From 4ab5190eb4167ac4c06cd649ec8a860784ab1d41 Mon Sep 17 00:00:00 2001 From: Onong Tayeng Date: Wed, 13 May 2020 21:25:57 +0530 Subject: lisp: API cleanup Removing the comments around eid_type which seem to have been overlooked by the original patch https://gerrit.fd.io/r/c/vpp/+/24663. Type: refactor Signed-off-by: Onong Tayeng Change-Id: I48e1993cf8869cb32e159d1956f3ec1e5943e33f --- src/vnet/lisp-gpe/lisp_gpe.api | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/vnet/lisp-gpe/lisp_gpe.api') diff --git a/src/vnet/lisp-gpe/lisp_gpe.api b/src/vnet/lisp-gpe/lisp_gpe.api index 9fbd795a071..6c751eabffb 100644 --- a/src/vnet/lisp-gpe/lisp_gpe.api +++ b/src/vnet/lisp-gpe/lisp_gpe.api @@ -33,14 +33,8 @@ typedef gpe_locator @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request @param is_add - add address if non-zero, else delete - @param eid_type - - 0 : ipv4 - 1 : ipv6 - 2 : mac @param rmt_eid - remote eid @param lcl_eid - local eid - @param rmt_len - remote prefix len - @param lcl_len - local prefix len @param vni - virtual network identifier @param dp_table - vrf/bridge domain id @param action - negative action when 0 locators configured -- cgit 1.2.3-korg