summaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec.h
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-04-09 19:11:45 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-04-09 19:11:45 +0000
commitdfa9422b4a41712ab6f90f88d82bc90942e1243d (patch)
tree77a503b7833e317fcc529ff99d821491c8d3ddfc /sys/netipsec/ipsec.h
parent2320ec8b7380604dbddd8880daf6c7c6f76d4350 (diff)
Notes
Diffstat (limited to 'sys/netipsec/ipsec.h')
-rw-r--r--sys/netipsec/ipsec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h
index 8fd10686801b..1d1fa0b4a21e 100644
--- a/sys/netipsec/ipsec.h
+++ b/sys/netipsec/ipsec.h
@@ -330,6 +330,8 @@ struct ipsec_history {
};
extern int ipsec_debug;
+extern int ipsec_replay;
+extern int ipsec_integrity;
extern struct newipsecstat newipsecstat;
extern struct secpolicy ip4_def_policy;