diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-09 09:03:00 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-12-09 09:03:00 +0000 |
commit | 83fe5ab8ed38ab23d900d9de4e8d938d981b6248 (patch) | |
tree | 8a5c7122d66f027112e5ed1df07cfdd060d5ed1f /sys | |
parent | f773b768be181f34e2579f79741a3bc9efe72375 (diff) |
Unspecified tunnel endpoint use statistic.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/ip_ip4.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ip4.h b/sys/netinet/ip_ip4.h index e138d0c3f6a..2c58b8d804d 100644 --- a/sys/netinet/ip_ip4.h +++ b/sys/netinet/ip_ip4.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ip4.h,v 1.15 1999/12/09 08:55:37 angelos Exp $ */ +/* $OpenBSD: ip_ip4.h,v 1.16 1999/12/09 09:02:59 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -51,6 +51,7 @@ struct ip4stat u_int32_t ip4s_pdrops; /* packet dropped due to policy */ u_int32_t ip4s_spoof; /* IP spoofing attempts */ u_int32_t ip4s_family; /* Protocol family mismatch */ + u_int32_t ip4s_unspec; /* Missing tunnel endpoint address */ }; #define IP4_DEFAULT_TTL 0 |