From owner-freebsd-net@FreeBSD.ORG Fri Aug 31 18:15:48 2012 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8432D106566C; Fri, 31 Aug 2012 18:15:48 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5D8D38FC08; Fri, 31 Aug 2012 18:15:48 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id C34D7B945; Fri, 31 Aug 2012 14:15:47 -0400 (EDT) From: John Baldwin To: net@freebsd.org Date: Fri, 31 Aug 2012 14:15:47 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201208311415.47225.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 31 Aug 2012 14:15:47 -0400 (EDT) Cc: darrenr@freebsd.org Subject: [PATCH] Convert ipfilter from timeout(9) to callout(9) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2012 18:15:48 -0000 I have a patch to switch the ipfilter code from using the deprecated timeout(9) API to using callout(9) instead. Is anyone able to test this? http://www.FreeBSD.org/~jhb/patches/ipfilter_callout.patch -- John Baldwin