acl-plugin: improvements in 'show acl-plugin macip acl' CLI
[vpp.git] / src / plugins / acl / acl.h
index 9d66b7f..789a075 100644 (file)
@@ -220,8 +220,8 @@ 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;
+  /* Vector of 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;
@@ -356,5 +356,7 @@ AH has a special treatment of its length, it is in 32-bit words, not 64-bit word
 
 extern acl_main_t acl_main;
 
+void *acl_plugin_set_heap();
+
 
 #endif