diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2017-11-03 18:28:10 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2017-11-03 05:53:03 +0000 |
commit | 77eb3a936adfe455ed1a450560c4f0f5d8a28ea4 (patch) | |
tree | f178e0871ebc199b5f19b570f3f7dc0f0dd1f37f /src/plugins | |
parent | 29ca16f582d7ca3613a01b91cf209776183ccdae (diff) |
Set up P2P flag to gtpu interface
Change-Id: Id01a363bf2b574376651de7bc8f3f7b2bb58c615
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/plugins')
-rwxr-xr-x | src/plugins/gtpu/gtpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
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* */ |