diff options
author | Matthew Smith <mgsmith@netgate.com> | 2017-05-24 16:18:27 -0500 |
---|---|---|
committer | Matthew Smith <mgsmith@netgate.com> | 2017-05-24 16:18:27 -0500 |
commit | 922549afb4480842904dcebf51548f307951e1c2 (patch) | |
tree | ca8962980b8516000369002434f47dbea0ea3a49 /src/vnet | |
parent | c13548a6056248278ae1a56a60adc197b3ceb860 (diff) |
Add p2p flag to IPsec tunnel interface hw class
Change-Id: I4ac05ee5974f5e7ab3685d325446a6e77048a948
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/ipsec/ipsec_if.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ipsec/ipsec_if.c b/src/vnet/ipsec/ipsec_if.c index 1928e5ac200..9359a3b772e 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* */ |