From f3639d00aa1ccb37987dc90f974540a5c70187de Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 22 Mar 2018 23:34:06 +0100 Subject: Revert "acl-plugin: improvement on 'show acl-plugin' CLI" This reverts commit 378ac0533e5ac8c3121d8f66ba61a8548e55282f. Change-Id: If34b1c964453adb0e4c44e3eab4f6e306bd9c9e9 Signed-off-by: Damjan Marion --- src/plugins/acl/acl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/plugins/acl/acl.h') diff --git a/src/plugins/acl/acl.h b/src/plugins/acl/acl.h index 9d66b7f1721..5765e91d433 100644 --- a/src/plugins/acl/acl.h +++ b/src/plugins/acl/acl.h @@ -220,9 +220,6 @@ typedef struct { /* MACIP (input) ACLs associated with the interfaces */ u32 *macip_acl_by_sw_if_index; - /* interfaces on which given MACIP ACLs are applied */ - u32 *sw_if_index_vec_by_macip_acl; - /* bitmaps when set the processing is enabled on the interface */ uword *fa_in_acl_on_sw_if_index; uword *fa_out_acl_on_sw_if_index; -- cgit 1.2.3-korg