summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorkjc <kjc@openbsd.org>2003-01-07 09:00:33 +0000
committerkjc <kjc@openbsd.org>2003-01-07 09:00:33 +0000
commit9ec2c59632ec144c188814a23709c9f368cac84c (patch)
tree35dd0641d22d40287cabe8f783c7c3d9d34b25ce /sys/netinet/ip_input.c
parentdo the busy wait loops my favourite style and merry xmas (diff)
downloadwireguard-openbsd-9ec2c59632ec144c188814a23709c9f368cac84c.tar.xz
wireguard-openbsd-9ec2c59632ec144c188814a23709c9f368cac84c.zip
remove the altq classifier code which is replaced by pf and no longer used.
ok henning@, deraadt@
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index de45cff04da..07f1abbc1b8 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_input.c,v 1.107 2002/09/04 19:04:38 dhartmei Exp $ */
+/* $OpenBSD: ip_input.c,v 1.108 2003/01/07 09:00:34 kjc Exp $ */
/* $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $ */
/*
@@ -401,12 +401,6 @@ ipv4_input(m)
hlen = ip->ip_hl << 2;
#endif
-#ifdef ALTQ
- if (altq_input != NULL && (*altq_input)(m, AF_INET) == 0)
- /* packet is dropped by traffic conditioner */
- return;
-#endif
-
/*
* Process options and, if not destined for us,
* ship it on. ip_dooptions returns 1 when an