From 922549afb4480842904dcebf51548f307951e1c2 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 24 May 2017 16:18:27 -0500 Subject: Add p2p flag to IPsec tunnel interface hw class Change-Id: I4ac05ee5974f5e7ab3685d325446a6e77048a948 Signed-off-by: Matthew Smith --- src/vnet/ipsec/ipsec_if.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/ipsec') 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* */ -- cgit 1.2.3-korg