From: Matthew Smith Date: Wed, 24 May 2017 21:18:27 +0000 (-0500) Subject: Add p2p flag to IPsec tunnel interface hw class X-Git-Tag: odp_vpp~87 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=922549afb4480842904dcebf51548f307951e1c2;p=odp4vpp.git Add p2p flag to IPsec tunnel interface hw class Change-Id: I4ac05ee5974f5e7ab3685d325446a6e77048a948 Signed-off-by: Matthew Smith --- diff --git a/src/vnet/ipsec/ipsec_if.c b/src/vnet/ipsec/ipsec_if.c index 1928e5ac..9359a3b7 100644 --- a/src/vnet/ipsec/ipsec_if.c +++ b/src/vnet/ipsec/ipsec_if.c @@ -88,6 +88,7 @@ VNET_HW_INTERFACE_CLASS (ipsec_hw_class) = { .name = "IPSec", .build_rewrite = default_build_rewrite, + .flags = VNET_HW_INTERFACE_CLASS_FLAG_P2P, }; /* *INDENT-ON* */