X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Fp2p_ethernet.api;h=ead7cab9f805b830c3db22a0a03277251433a7c6;hb=0d056e5ede136cd0111dc3f9f41ef7b36a938027;hp=72a734237d51191af368af28e77f2d5b682a9a67;hpb=6899a30bd70f219cfd182dfb0e9ac96faf5d9892;p=vpp.git diff --git a/src/vnet/ethernet/p2p_ethernet.api b/src/vnet/ethernet/p2p_ethernet.api index 72a734237d5..ead7cab9f80 100644 --- a/src/vnet/ethernet/p2p_ethernet.api +++ b/src/vnet/ethernet/p2p_ethernet.api @@ -13,11 +13,14 @@ * limitations under the License. */ +vl_api_version 1.0.0 + define p2p_ethernet_add { u32 client_index; u32 context; u32 parent_if_index; + u32 subif_id; u8 remote_mac[6]; };