summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/netinet/ip_ipsp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c
index 54725672003..3d6a5692d43 100644
--- a/sys/netinet/ip_ipsp.c
+++ b/sys/netinet/ip_ipsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.c,v 1.132 2001/06/23 04:39:34 angelos Exp $ */
+/* $OpenBSD: ip_ipsp.c,v 1.133 2001/06/24 21:14:33 angelos Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
@@ -881,6 +881,7 @@ ipsp_kern(int off, char **bufp, int len)
{ "noreplay", TDBF_NOREPLAY }, \
{ "random padding", TDBF_RANDOMPADDING }, \
{ "skipcrypto", TDBF_SKIPCRYPTO }, \
+ { "usedtunnel", TDBF_USEDTUNNEL }, \
};
if (bufp == NULL)