aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-02 20:14:44 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-04-02 20:14:44 +0000
commit2c56e246fa57e8bd7aa53c0a1ad2f5092fd77106 (patch)
tree2e9681302fc88cc051f2afb4ca92612f8833c409 /sys/netinet/ip_var.h
parentcc76558ad42f65993b4fa5194f62213d07f551e7 (diff)
downloadsrc-2c56e246fa57e8bd7aa53c0a1ad2f5092fd77106.tar.gz
src-2c56e246fa57e8bd7aa53c0a1ad2f5092fd77106.zip
Back out support for RFC3514.
RFC3514 poses an unacceptale risk to compliant systems.
Notes
Notes: svn path=/head/; revision=112985
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 4e9907b12b2d..c8df2e673e4a 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -132,7 +132,6 @@ struct ipstat {
u_long ips_notmember; /* multicasts for unregistered grps */
u_long ips_nogif; /* no match gif found */
u_long ips_badaddr; /* invalid address on header */
- u_long ips_evil; /* EVIL packets received */
};
#ifdef _KERNEL