PAPI: Add MACAddress object wrapper for vl_api_mac_address_t
[vpp.git] / src / vnet / ethernet / ethernet_types.api
index c33a02c..f945f20 100644 (file)
@@ -14,6 +14,4 @@
  * limitations under the License.
  */
 
-typedef mac_address {
-  u8 bytes[6];
-};
+typedef u8 mac_address[6];