From de5b08fb302e84142e4ba0cf0cbed4e740e4165c Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Wed, 29 Aug 2018 06:37:18 -0700 Subject: Introduce a mac_address_t on the API and in VPP Change-Id: I05d6c2cb5d34de469eb050e4ee10dc6b954c986d Signed-off-by: Neale Ranns --- src/vnet.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/vnet.am') diff --git a/src/vnet.am b/src/vnet.am index b9402b11e74..8235d9b9a51 100644 --- a/src/vnet.am +++ b/src/vnet.am @@ -120,6 +120,7 @@ libvnet_la_SOURCES += \ vnet/ethernet/format.c \ vnet/ethernet/init.c \ vnet/ethernet/interface.c \ + vnet/ethernet/mac_address.c \ vnet/ethernet/node.c \ vnet/ethernet/pg.c \ vnet/ethernet/sfp.c \ @@ -139,7 +140,9 @@ nobase_include_HEADERS += \ vnet/ethernet/p2p_ethernet.api.h \ vnet/ethernet/p2p_ethernet.h -API_FILES += vnet/ethernet/p2p_ethernet.api +API_FILES += \ + vnet/ethernet/p2p_ethernet.api \ + vnet/ethernet/ethernet_types.api ######################################## # Layer 2 protocol: Ethernet bridging -- cgit 1.2.3-korg