Set up P2P flag to gtpu interface 07/9207/2
authorHongjun Ni <hongjun.ni@intel.com>
Fri, 3 Nov 2017 10:28:10 +0000 (18:28 +0800)
committerHongjun Ni <hongjun.ni@intel.com>
Fri, 3 Nov 2017 05:53:03 +0000 (05:53 +0000)
Change-Id: Id01a363bf2b574376651de7bc8f3f7b2bb58c615
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
src/plugins/gtpu/gtpu.c

index 3dfb421..89868d9 100755 (executable)
@@ -139,6 +139,7 @@ VNET_HW_INTERFACE_CLASS (gtpu_hw_class) =
   .name = "GTPU",
   .format_header = format_gtpu_header_with_length,
   .build_rewrite = default_build_rewrite,
+  .flags = VNET_HW_INTERFACE_CLASS_FLAG_P2P,
 };
 /* *INDENT-ON* */