From: Hongjun Ni Date: Fri, 3 Nov 2017 10:28:10 +0000 (+0800) Subject: Set up P2P flag to gtpu interface X-Git-Tag: v18.04-rc0~347 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=77eb3a936adfe455ed1a450560c4f0f5d8a28ea4;p=vpp.git Set up P2P flag to gtpu interface Change-Id: Id01a363bf2b574376651de7bc8f3f7b2bb58c615 Signed-off-by: Hongjun Ni --- diff --git a/src/plugins/gtpu/gtpu.c b/src/plugins/gtpu/gtpu.c index 3dfb42108ca..89868d9b615 100755 --- a/src/plugins/gtpu/gtpu.c +++ b/src/plugins/gtpu/gtpu.c @@ -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* */