aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Smith <mgsmith@netgate.com>2017-05-24 16:18:27 -0500
committerMatthew Smith <mgsmith@netgate.com>2017-05-24 16:18:27 -0500
commit922549afb4480842904dcebf51548f307951e1c2 (patch)
treeca8962980b8516000369002434f47dbea0ea3a49
parentc13548a6056248278ae1a56a60adc197b3ceb860 (diff)
Add p2p flag to IPsec tunnel interface hw class
Change-Id: I4ac05ee5974f5e7ab3685d325446a6e77048a948 Signed-off-by: Matthew Smith <mgsmith@netgate.com>
-rw-r--r--src/vnet/ipsec/ipsec_if.c1
1 files changed, 1 insertions, 0 deletions
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* */