From: Jakub Grajciar Date: Thu, 10 Oct 2019 11:33:43 +0000 (+0200) Subject: ip: rd_cp API cleanup X-Git-Tag: v20.05-rc0~604 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=54f89e55d05b2079cf53818191e842f896ac3b65;hp=8161d73d7eb292ce8d6212b3a1575eed12dfeee2;p=vpp.git ip: rd_cp API cleanup Use consistent API types. Type: fix Signed-off-by: Jakub Grajciar Change-Id: I1cc42b57fbf72e2ced8b5d1283c34de2f7ff948a --- diff --git a/src/vnet/ip/rd_cp.api b/src/vnet/ip/rd_cp.api index 9a3cdea43ca..58480789d16 100644 --- a/src/vnet/ip/rd_cp.api +++ b/src/vnet/ip/rd_cp.api @@ -13,7 +13,9 @@ * limitations under the License. */ -option version = "1.0.0"; +option version = "1.0.1"; + +import "vnet/interface_types.api"; /** \brief Enable/disable IPv6 ND address autoconfiguration and setting up default routes @@ -30,9 +32,9 @@ autoreply define ip6_nd_address_autoconfig { u32 client_index; u32 context; - u32 sw_if_index; - u8 enable; - u8 install_default_routes; + vl_api_interface_index_t sw_if_index; + bool enable; + bool install_default_routes; }; /*