X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip.api;h=954ec92967f9c1522645bdd8959ea5bac7115a44;hp=a34f0d0305fb0b44b1b90a56d98f701408bf5dab;hb=75b9f45;hpb=6ca6ac6c887eb38797027169f5a2f84e45b3436d diff --git a/src/vnet/ip/ip.api b/src/vnet/ip/ip.api index a34f0d0305f..954ec92967f 100644 --- a/src/vnet/ip/ip.api +++ b/src/vnet/ip/ip.api @@ -673,6 +673,19 @@ autoreply define ip_container_proxy_add_del u8 is_add; }; +define ip_container_proxy_dump +{ + u32 client_index; + u32 context; +}; + +define ip_container_proxy_details +{ + u32 context; + u32 sw_if_index; + vl_api_prefix_t prefix; +}; + /** \brief Configure IP source and L4 port-range check @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request