diff options
| author | 2003-01-07 09:00:33 +0000 | |
|---|---|---|
| committer | 2003-01-07 09:00:33 +0000 | |
| commit | 9ec2c59632ec144c188814a23709c9f368cac84c (patch) | |
| tree | 35dd0641d22d40287cabe8f783c7c3d9d34b25ce /sys/netinet/ip_input.c | |
| parent | do the busy wait loops my favourite style and merry xmas (diff) | |
| download | wireguard-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.c | 8 |
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 |
