aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/kernel.h')
-rw-r--r--src/pluto/kernel.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pluto/kernel.h b/src/pluto/kernel.h
index 9b1d57a88..b1bc023d5 100644
--- a/src/pluto/kernel.h
+++ b/src/pluto/kernel.h
@@ -121,20 +121,6 @@ struct kernel_ops {
extern const struct kernel_ops *kernel_ops;
-/* information from /proc/net/ipsec_eroute */
-
-struct eroute_info {
- unsigned long count;
- ip_subnet ours;
- ip_subnet his;
- ip_address dst;
- ip_said said;
- int transport_proto;
- struct eroute_info *next;
-};
-
-extern struct eroute_info *orphaned_holds;
-
extern void show_shunt_status(void);
#endif