X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface.api;fp=src%2Fvnet%2Finterface.api;h=eea86aa1ac8aeab4f370bf4caf227f2ac3f54213;hb=3f40755749b07e5a936ad6d15622e371e7e5c25e;hp=4d28332a639fb81c49c30997d370b64438cba696;hpb=4ab1aa31451c0db5deb9c726e82de241da126107;p=vpp.git diff --git a/src/vnet/interface.api b/src/vnet/interface.api index 4d28332a639..eea86aa1ac8 100644 --- a/src/vnet/interface.api +++ b/src/vnet/interface.api @@ -733,6 +733,20 @@ autoreply define collect_detailed_interface_stats bool enable_disable; }; +/** \brief pcap_set_filter_function + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request + @param filter_function_name - the name of the filter function + to set for pcap capture +*/ +autoreply define pcap_set_filter_function +{ + u32 client_index; + u32 context; + + string filter_function_name[]; +}; + /** \brief pcap_trace_on @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request