aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet
diff options
context:
space:
mode:
authorNeale Ranns <neale@graphiant.com>2022-08-13 10:58:11 +0000
committerBeno�t Ganne <bganne@cisco.com>2022-08-18 08:30:36 +0000
commit6e4a56e65697999d2f9e2fd539b9e53a0d420266 (patch)
tree1f609b9616a2af9f902fef09f823e70a78246253 /src/vnet/ethernet
parentb29c60660a69ae892495de65e8c5147052c84ef5 (diff)
ip-neighbor: Declarative .api counters.
Type: improvement plus the addition of the 'thorttle' counter of IP6. Signed-off-by: Neale Ranns <neale@graphiant.com> Change-Id: Ic845247a9f3288caa755c33e79ae2eb6d2029d09
Diffstat (limited to 'src/vnet/ethernet')
-rw-r--r--src/vnet/ethernet/arp_packet.h10
1 files changed, 0 insertions, 10 deletions
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;