X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fioam%2Fexport%2Fioam_export.api;h=2e77ded6d9deefd7a222d29feade3a5d4f3e6804;hb=d4e109138;hp=bb83056130940b26ccac7d58cf46e42bd1a8a32a;hpb=11b8dbf78af49d270a0e72abe7dea73eec30d85f;p=vpp.git diff --git a/src/plugins/ioam/export/ioam_export.api b/src/plugins/ioam/export/ioam_export.api index bb830561309..2e77ded6d9d 100644 --- a/src/plugins/ioam/export/ioam_export.api +++ b/src/plugins/ioam/export/ioam_export.api @@ -14,6 +14,9 @@ * limitations under the License. */ +option version = "1.0.0"; +import "vnet/ip/ip_types.api"; + /* Define a simple binary API to control the feature */ autoreply define ioam_export_ip6_enable_disable { @@ -24,11 +27,11 @@ autoreply define ioam_export_ip6_enable_disable { u32 context; /* Enable / disable the feature */ - u8 is_disable; + bool is_disable; /* Collector ip address */ - u8 collector_address[4]; - u8 src_address[4]; + vl_api_ip4_address_t collector_address; + vl_api_ip4_address_t src_address; /* Src ip address */ };