mactime: add a "top" command to watch device stats
[vpp.git] / src / vnet / dhcp / dhcp6_ia_na_client_cp.api
index 6dd6738..caa4fd4 100644 (file)
@@ -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 DHCPv6 client on interface
     @param client_index - opaque cookie to identify the sender
@@ -25,8 +27,8 @@ autoreply define dhcp6_client_enable_disable
 {
   u32 client_index;
   u32 context;
-  u32 sw_if_index;
-  u8 enable;
+  vl_api_interface_index_t sw_if_index;
+  bool enable;
 };
 
 /*