diff options
author | Ole Troan <ot@cisco.com> | 2019-12-08 14:14:37 +0100 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-12-09 12:43:47 +0000 |
commit | 55636cb623d3161da34120c01a666e36f3be7302 (patch) | |
tree | c2f950b2757bf2fb51f7a46cdfe981224c91bf4b /src/plugins/gtpu/gtpu.h | |
parent | 60f5108a99cca759668aa8efbac11dcd17cba983 (diff) |
gtpu: use explicit types in api
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I16fcbd5e63526dbf062a3032701479324fe2a4f5
Diffstat (limited to 'src/plugins/gtpu/gtpu.h')
-rw-r--r-- | src/plugins/gtpu/gtpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/gtpu/gtpu.h b/src/plugins/gtpu/gtpu.h index 7296ece5b7c..dc36308d8a8 100644 --- a/src/plugins/gtpu/gtpu.h +++ b/src/plugins/gtpu/gtpu.h @@ -245,7 +245,6 @@ u8 *format_gtpu_encap_trace (u8 * s, va_list * args); typedef struct { u8 is_add; - u8 is_ip6; ip46_address_t src, dst; u32 mcast_sw_if_index; u32 encap_fib_index; |