punt and drop features:
[vpp.git] / src / vnet / ip / ping.h
index 1887314..b1b71f6 100644 (file)
@@ -32,6 +32,7 @@ typedef enum
   SEND_PING_ALLOC_FAIL,
   SEND_PING_NO_INTERFACE,
   SEND_PING_NO_TABLE,
+  SEND_PING_NO_SRC_ADDRESS,
 } send_ip46_ping_result_t;
 
 /*
@@ -42,6 +43,7 @@ typedef struct ping_run_t
   u16 icmp_id;
   u16 curr_seq;
   uword cli_process_id;
+  uword cli_thread_index;
 } ping_run_t;
 
 typedef struct ping_main_t