From 560274d042d12f31aceabff6a293cdf71429552d Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Mon, 5 Jun 2017 13:40:13 +0200 Subject: LISP-GPE: return index of newly created fwd entry, VPP-868 Change-Id: I4fc45097cb994ab6a59503d9fcfb693d1c7ec442 Signed-off-by: Filip Tehlar --- src/vnet/lisp-gpe/lisp_gpe.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vnet/lisp-gpe/lisp_gpe.h') diff --git a/src/vnet/lisp-gpe/lisp_gpe.h b/src/vnet/lisp-gpe/lisp_gpe.h index d86a225f..f0405644 100644 --- a/src/vnet/lisp-gpe/lisp_gpe.h +++ b/src/vnet/lisp-gpe/lisp_gpe.h @@ -221,6 +221,9 @@ typedef enum /** */ typedef struct { + /** forwarding entry index of */ + u32 fwd_entry_index; + u8 is_src_dst; u8 is_add; -- cgit 1.2.3-korg