ip-neighbor: add description to the age parameter
[vpp.git] / src / vnet / ip-neighbor / ip_neighbor.api
index a8fb24a..b820360 100644 (file)
@@ -95,10 +95,12 @@ define ip_neighbor_dump
 
 /** \brief IP neighboors dump response
     @param context - sender context which was passed in the request
+    @param age - time between last update and sending this message, in seconds
     @param neighbour - the neighbor
 */
 define ip_neighbor_details {
   u32 context;
+  f64 age;
   vl_api_ip_neighbor_t neighbor;
 };