Stats: Spelling mistake: s/tx-unicast-miss/tx-unicast/
[vpp.git] / src / vnet / interface.h
index f1d0387..c32311c 100644 (file)
@@ -761,7 +761,7 @@ typedef enum
   _(RX_MULTICAST, rx-multicast, if)            \
   _(RX_BROADCAST, rx-broadcast, if)            \
   _(TX, tx, if)                                        \
-  _(TX_UNICAST, tx-unicast-miss, if)           \
+  _(TX_UNICAST, tx-unicast, if)                        \
   _(TX_MULTICAST, tx-multicast, if)            \
   _(TX_BROADCAST, tx-broadcast, if)