Add p2p flag to IPsec tunnel interface hw class 68/6868/1
authorMatthew Smith <mgsmith@netgate.com>
Wed, 24 May 2017 21:18:27 +0000 (16:18 -0500)
committerMatthew Smith <mgsmith@netgate.com>
Wed, 24 May 2017 21:18:27 +0000 (16:18 -0500)
Change-Id: I4ac05ee5974f5e7ab3685d325446a6e77048a948
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/vnet/ipsec/ipsec_if.c

index 1928e5a..9359a3b 100644 (file)
@@ -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* */