summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_ah.c
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2015-06-02 03:14:42 +0000
committerae <ae@FreeBSD.org>2015-06-02 03:14:42 +0000
commitfcbaea954867d54540644ca91c5c45fa835060d6 (patch)
tree363e3402c6231f65ac872079c15244ba777cd8c8 /sys/netipsec/xform_ah.c
parentf780971d9351b1bff9f79ea9876a4eb1d3def6ba (diff)
downloadFreeBSD-src-fcbaea954867d54540644ca91c5c45fa835060d6.zip
FreeBSD-src-fcbaea954867d54540644ca91c5c45fa835060d6.tar.gz
MFC r275392:
Remove route chaching support from ipsec code. It isn't used for some time. * remove sa_route_union declaration and route_cache member from struct secashead; * remove key_sa_routechange() call from ICMP and ICMPv6 code; * simplify ip_ipsec_mtu(); * remove #include <net/route.h>; Sponsored by: Yandex LLC
Diffstat (limited to 'sys/netipsec/xform_ah.c')
-rw-r--r--sys/netipsec/xform_ah.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netipsec/xform_ah.c b/sys/netipsec/xform_ah.c
index 3666b54..afa452c 100644
--- a/sys/netipsec/xform_ah.c
+++ b/sys/netipsec/xform_ah.c
@@ -56,7 +56,6 @@
#include <netinet/ip_ecn.h>
#include <netinet/ip6.h>
-#include <net/route.h>
#include <netipsec/ipsec.h>
#include <netipsec/ah.h>
#include <netipsec/ah_var.h>
OpenPOWER on IntegriCloud