X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fip6-nd%2Fip6_nd.api;h=0a519c16f7f21d201c82b9ec2c95c2b35aab72ab;hp=91b5faf9bdf52aacfb17d907b4265130587d03df;hb=cebb47733;hpb=ef4ddfa482b9d1d07b44b96a57a0a738bd3aca05 diff --git a/src/vnet/ip6-nd/ip6_nd.api b/src/vnet/ip6-nd/ip6_nd.api index 91b5faf9bdf..0a519c16f7f 100644 --- a/src/vnet/ip6-nd/ip6_nd.api +++ b/src/vnet/ip6-nd/ip6_nd.api @@ -106,6 +106,20 @@ autoreply define sw_interface_ip6nd_ra_prefix u32 pref_lifetime; }; +/** \brief IPv6 ND (mirror) proxy + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request + @param sw_if_index - The interface the host is on + @param is_enable - enable or disable +*/ +autoreply define ip6nd_proxy_enable_disable +{ + u32 client_index; + u32 context; + vl_api_interface_index_t sw_if_index; + bool is_enable; +}; + /** \brief IPv6 ND proxy config @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request