X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Farp_packet.h;h=c406dade6e224b44c32b55706875f9f8f51ccb54;hb=6e4a56e65697999d2f9e2fd539b9e53a0d420266;hp=6b4dfa6ab3d28bd8b13f8a82929dad5d82f6a488;hpb=b29c60660a69ae892495de65e8c5147052c84ef5;p=vpp.git diff --git a/src/vnet/ethernet/arp_packet.h b/src/vnet/ethernet/arp_packet.h index 6b4dfa6ab3d..c406dade6e2 100644 --- a/src/vnet/ethernet/arp_packet.h +++ b/src/vnet/ethernet/arp_packet.h @@ -110,16 +110,6 @@ typedef enum IP4_ARP_N_NEXT, } ip4_arp_next_t; -typedef enum -{ - IP4_ARP_ERROR_THROTTLED, - IP4_ARP_ERROR_RESOLVED, - IP4_ARP_ERROR_NO_BUFFERS, - IP4_ARP_ERROR_REQUEST_SENT, - IP4_ARP_ERROR_NON_ARP_ADJ, - IP4_ARP_ERROR_NO_SOURCE_ADDRESS, -} ip4_arp_error_t; - /* *INDENT-OFF* */ typedef CLIB_PACKED (struct { mac_address_t mac;