Stats: Spelling mistake: s/tx-unicast-miss/tx-unicast/ 06/18806/2
authorOle Troan <ot@cisco.com>
Thu, 11 Apr 2019 07:08:39 +0000 (09:08 +0200)
committerDave Barach <openvpp@barachs.net>
Thu, 11 Apr 2019 11:52:24 +0000 (11:52 +0000)
Change-Id: Ie71235e5a0ff84222d8a35f5d4e99e9b20447d61
Signed-off-by: Ole Troan <ot@cisco.com>
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)