X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Frd_cp.api;h=58480789d165fce76969254fd1997799d842a06a;hb=ebef4a9e5dcdf764e856a6d6b61ef22f546abb1d;hp=9a3cdea43caa40bf5adf8743b7fb0e35e5d9f139;hpb=c03742346f0f3f08b83b0d2944bf72e19ea26191;p=vpp.git 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; }; /*