X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fl3xc%2Fl3xc.api;h=369108c0bd7c3c2130239249bea3b5c7d1cd925e;hb=60f5108a9;hp=512bedab778fef899b7ecff3c806705e5389b7e3;hpb=59fa121f8953f7b07f0cc02149ca28182f959f42;p=vpp.git diff --git a/src/plugins/l3xc/l3xc.api b/src/plugins/l3xc/l3xc.api index 512bedab778..369108c0bd7 100644 --- a/src/plugins/l3xc/l3xc.api +++ b/src/plugins/l3xc/l3xc.api @@ -19,9 +19,10 @@ used to control the L3XC plugin */ -option version = "1.0.0"; +option version = "1.0.1"; import "vnet/fib/fib_types.api"; +import "vnet/interface_types.api"; /** \brief Get the plugin version @param client_index - opaque cookie to identify the sender @@ -50,10 +51,10 @@ define l3xc_plugin_get_version_reply @param n_paths Number of paths @param paths The set of forwarding paths. */ -typeonly define l3xc +typedef l3xc { - u32 sw_if_index; - u8 is_ip6; + vl_api_interface_index_t sw_if_index; + bool is_ip6; u8 n_paths; vl_api_fib_path_t paths[n_paths]; }; @@ -76,8 +77,8 @@ autoreply define l3xc_del { u32 client_index; u32 context; - u32 sw_if_index; - u8 is_ip6; + vl_api_interface_index_t sw_if_index; + bool is_ip6; }; /** \brief Dump all L3XC policies @@ -86,7 +87,7 @@ define l3xc_dump { u32 client_index; u32 context; - u32 sw_if_index; + vl_api_interface_index_t sw_if_index; }; /** \brief description returned in the dump