aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet/arp_packet.h
diff options
context:
space:
mode:
authorEyal Bari <ebari@cisco.com>2018-10-31 13:19:11 +0200
committerNeale Ranns <nranns@cisco.com>2018-11-02 07:45:39 +0000
commitbf9f02cd395387bc596f1dab5e3566f6c5573eda (patch)
tree3385e075c2f41f8eb3d619455b3cc5f5c5e81c61 /src/vnet/ethernet/arp_packet.h
parente55a6d7a97044c2f4fd0231242e062924d75c7b6 (diff)
arp:add error counters for all failure cases
Change-Id: Ided6c661edc9e2035fd7b472c312e2380d3f9c0b Signed-off-by: Eyal Bari <ebari@cisco.com>
Diffstat (limited to 'src/vnet/ethernet/arp_packet.h')
-rw-r--r--src/vnet/ethernet/arp_packet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vnet/ethernet/arp_packet.h b/src/vnet/ethernet/arp_packet.h
index e5f424d7879..206be4162d2 100644
--- a/src/vnet/ethernet/arp_packet.h
+++ b/src/vnet/ethernet/arp_packet.h
@@ -109,11 +109,11 @@ typedef enum
typedef enum
{
- IP4_ARP_ERROR_DROP,
+ 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_REPLICATE_DROP,
- IP4_ARP_ERROR_REPLICATE_FAIL,
IP4_ARP_ERROR_NO_SOURCE_ADDRESS,
} ip4_arp_error_t;