From 6e4a56e65697999d2f9e2fd539b9e53a0d420266 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Sat, 13 Aug 2022 10:58:11 +0000 Subject: ip-neighbor: Declarative .api counters. Type: improvement plus the addition of the 'thorttle' counter of IP6. Signed-off-by: Neale Ranns Change-Id: Ic845247a9f3288caa755c33e79ae2eb6d2029d09 --- src/vnet/ethernet/arp_packet.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/vnet/ethernet/arp_packet.h') 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; -- cgit 1.2.3-korg