X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vpp%2Fapi%2Fvpe.api;fp=vpp%2Fapi%2Fvpe.api;h=983b414e45113bc97866e3d5c4a8683330852c73;hb=6f7b992f56955b9eee2f9bd6357e2119645e80f7;hp=5b7af7f0947be537dd9eb1f97b2824510bee3c37;hpb=b635c567d16cb942e9380bedd6cd9e59428da4eb;p=vpp.git diff --git a/vpp/api/vpe.api b/vpp/api/vpe.api index 5b7af7f0947..983b414e451 100644 --- a/vpp/api/vpe.api +++ b/vpp/api/vpe.api @@ -3522,7 +3522,7 @@ manual_java define policer_details { /** \brief Create netmap @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request - @param if_name - interface name + @param netmap_if_name - interface name @param hw_addr - interface MAC @param use_random_hw_addr - use random generated MAC @param is_pipe - is pipe @@ -3532,7 +3532,7 @@ define netmap_create { u32 client_index; u32 context; - u8 if_name[64]; + u8 netmap_if_name[64]; u8 hw_addr[6]; u8 use_random_hw_addr; u8 is_pipe; @@ -3551,13 +3551,13 @@ define netmap_create_reply { /** \brief Delete netmap @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request - @param if_name - interface name + @param netmap_if_name - interface name */ define netmap_delete { u32 client_index; u32 context; - u8 if_name[64]; + u8 netmap_if_name[64]; }; /** \brief Delete netmap response