From owner-freebsd-current@FreeBSD.ORG Wed Mar 24 23:36:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B27C16A4CE for ; Wed, 24 Mar 2004 23:36:19 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 893CB43D3F for ; Wed, 24 Mar 2004 23:36:18 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id D33D765211; Thu, 25 Mar 2004 07:36:16 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 65909-04-2; Thu, 25 Mar 2004 07:36:16 +0000 (GMT) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 3EF546520E; Thu, 25 Mar 2004 07:36:16 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 85AA16108; Thu, 25 Mar 2004 07:36:15 +0000 (GMT) Date: Thu, 25 Mar 2004 07:36:15 +0000 From: Bruce M Simpson To: Maxim Konovalov Message-ID: <20040325073615.GA76908@empiric.dek.spc.org> References: <20040325094811.D39057@mp3files.int.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040325094811.D39057@mp3files.int.ru> cc: current@freebsd.org Subject: Re: call for testers: getifaddrs(3) patch for pppd(8), bin/9379 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2004 07:36:19 -0000 On Thu, Mar 25, 2004 at 10:03:45AM +0300, Maxim Konovalov wrote: > A patch (stolen from NetBSD) below replaces hardcoded constant MAX_IFS > by getifaddrs(3) and allows using pppd(8) with a number of interfaces > > 32. You don't need to have so many interfaces to test it though. > I am going to commit it in two weeks and waiting for feedbacks, > positive or negative. I like the sound of this. On a similar note, getifmaddrs() already does dynamic allocation for retrieving multicast group memberships; we should really hook it up to netstat -g some time. BMS