Fix name of ipv6-n-tuple 35/16635/3
authorHongjun Ni <hongjun.ni@intel.com>
Fri, 28 Dec 2018 10:27:04 +0000 (18:27 +0800)
committerDave Barach <openvpp@barachs.net>
Tue, 8 Jan 2019 21:21:14 +0000 (21:21 +0000)
Change-Id: Ia95a75295e4865b4720573f164ccba8bcc7679ae
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
src/vnet/flow/flow.h

index 51cef76..de09d34 100644 (file)
@@ -24,7 +24,7 @@
 
 #define foreach_flow_type \
   _(IP4_N_TUPLE, ip4_n_tuple, "ipv4-n-tuple") \
-  _(IP6_N_TUPLE, ip6_n_tuple, "ipv4-n-tuple") \
+  _(IP6_N_TUPLE, ip6_n_tuple, "ipv6-n-tuple") \
   _(IP4_VXLAN, ip4_vxlan, "ipv4-vxlan") \
   _(IP6_VXLAN, ip6_vxlan, "ipv6-vxlan")