From cebb47733923f9c66d5fe794c040f7baf6271a47 Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Wed, 7 Apr 2021 19:50:35 +0200 Subject: ip6-nd: add ip6-nd proxy Type: feature Change-Id: I91f72f5802db195d1a15424d67c1b6e518168f9f Signed-off-by: Mohsin Kazmi --- src/vnet/ip6-nd/ip6_nd.api | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/vnet/ip6-nd/ip6_nd.api') 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 -- cgit 1.2.3-korg