stats: add /if/<n>/<n>/state for lacp interface state
[vpp.git] / src / vnet / bonding / node.h
index 94b43dc..1ad19de 100644 (file)
@@ -367,6 +367,8 @@ typedef struct
   uword *slave_by_sw_if_index;
 
   bond_per_thread_data_t *per_thread_data;
+
+  u32 **stats;
 } bond_main_t;
 
 /* bond packet trace capture */