summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-02-19 19:19:55 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-02-19 19:19:55 +0000
commitc0bce137d1afa7f549e4d17d27323fd8c81870cb (patch)
tree9218f0abfb78e2f6240a1a219cc5c09cb9f7728a
parentef154c6a9869d5438c71ce930ab73eb6849908fc (diff)
Grr, forgot to commit this earlier: add ipcomps_minlen
-rw-r--r--sys/netinet/ip_ipcomp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipcomp.h b/sys/netinet/ip_ipcomp.h
index 638e4015bab..9597be23477 100644
--- a/sys/netinet/ip_ipcomp.h
+++ b/sys/netinet/ip_ipcomp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipcomp.h,v 1.4 2003/02/12 14:41:08 jason Exp $ */
+/* $OpenBSD: ip_ipcomp.h,v 1.5 2003/02/19 19:19:54 jason Exp $ */
/*
* Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
@@ -50,6 +50,7 @@ struct ipcompstat {
* IP_MAXPACKET */
u_int32_t ipcomps_pdrops; /* Packet blocked due to policy */
u_int32_t ipcomps_crypto; /* "Crypto" processing failure */
+ u_int32_t ipcomps_minlen; /* packets too short for compress */
};
/* IPCOMP header */