X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Finterface.api;h=7a2c45a47cac603095673c6f2cb95fcf6dee7df1;hp=d8d9198cda7fb09e0e9a11cf6aedb121f890b840;hb=b8591ac91;hpb=bed1421b9f1b3643d93384084972337b596aec73 diff --git a/src/vnet/interface.api b/src/vnet/interface.api index d8d9198cda7..7a2c45a47ca 100644 --- a/src/vnet/interface.api +++ b/src/vnet/interface.api @@ -14,7 +14,7 @@ * limitations under the License. */ -option version = "2.3.0"; +option version = "2.3.1"; import "vnet/interface_types.api"; @@ -205,9 +205,10 @@ define sw_interface_details /** \brief Request all or filtered subset of sw_interface_details @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request - @param sw_if_index - index of the interface to dump info on, ~0 if on all + @param sw_if_index - index of the interface to dump info on, 0 or ~0 if on all + TODO: Support selecting only index==0 when CSIT is ready. @param name_filter_valid - 1 if requesting a filtered subset of records else 0 - if name filter is valid, sw_if_index value is effectively set to ~0 + if name filter is set as valid, sw_if_index value is ignored and all interfaces are examined @param name_filter - interface name substring filter. Eg. loop1 returns [loop1, loop10] */ define sw_interface_dump