X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Fethernet_types.api;h=cc54a3c076f7c522a94f072947fb84ac3674cab2;hb=dc01471be;hp=f945f20910fb1b03f0a34437897654b48b09df16;hpb=8006c6aa425126529b4017768a9201e4f03964ad;p=vpp.git diff --git a/src/vnet/ethernet/ethernet_types.api b/src/vnet/ethernet/ethernet_types.api index f945f20910f..cc54a3c076f 100644 --- a/src/vnet/ethernet/ethernet_types.api +++ b/src/vnet/ethernet/ethernet_types.api @@ -14,4 +14,6 @@ * limitations under the License. */ -typedef u8 mac_address[6]; +option version = "1.0.0"; + +manual_print typedef u8 mac_address[6];