X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2Facl.api;h=0c230c5fd5477b4b824a7572d67926a6c0d0e233;hb=refs%2Fchanges%2F17%2F20117%2F17;hp=cde46c444dd56e00e0f7b6d0f67f3d7335ebc882;hpb=025cd9c867bef937724535033ccdb979292b7714;p=vpp.git diff --git a/src/plugins/acl/acl.api b/src/plugins/acl/acl.api index cde46c444dd..0c230c5fd54 100644 --- a/src/plugins/acl/acl.api +++ b/src/plugins/acl/acl.api @@ -547,3 +547,15 @@ define acl_interface_etype_whitelist_details u16 whitelist[count]; }; +/** \brief Enable or disable incrementing ACL counters in stats segment by interface processing + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request + @param enable - whether to enable or disable incrementing the counters +*/ + +autoreply define acl_stats_intf_counters_enable +{ + u32 client_index; + u32 context; + bool enable; +};