X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Fp2p_ethernet.api;h=c75ed40c61cb6b6a687132f84550839fe6de527a;hb=9d42087149a6870965896be74dc6260f72d2cac9;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..c75ed40c61c 100644 --- a/src/vnet/ethernet/p2p_ethernet.api +++ b/src/vnet/ethernet/p2p_ethernet.api @@ -13,11 +13,14 @@ * limitations under the License. */ +option version = "1.0.0"; + define p2p_ethernet_add { u32 client_index; u32 context; u32 parent_if_index; + u32 subif_id; u8 remote_mac[6]; }; @@ -46,4 +49,4 @@ define p2p_ethernet_del_reply * Local Variables: * eval: (c-set-style "gnu") * End: - */ \ No newline at end of file + */