From owner-cvs-all@FreeBSD.ORG Thu Sep 2 09:29:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9085816A4CF; Thu, 2 Sep 2004 09:29:19 +0000 (GMT) Received: from mail06.syd.optusnet.com.au (mail06.syd.optusnet.com.au [211.29.132.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id F007843D54; Thu, 2 Sep 2004 09:29:18 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i829THcL015888 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 2 Sep 2004 19:29:18 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i829THxP061997; Thu, 2 Sep 2004 19:29:17 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i829TGFA061996; Thu, 2 Sep 2004 19:29:17 +1000 (EST) (envelope-from pjeremy) Date: Thu, 2 Sep 2004 19:29:16 +1000 From: Peter Jeremy To: Brooks Davis Message-ID: <20040902092916.GA61915@cirb503493.alcatel.com.au> References: <200409011822.i81IMERb017602@repoman.freebsd.org> <73F8DDC079929FAA3D43CA2E@caspian.scsiguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <73F8DDC079929FAA3D43CA2E@caspian.scsiguy.com> User-Agent: Mutt/1.4.2i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 09:29:19 -0000 On Wed, 2004-Sep-01 14:44:45 -0600, Justin T. Gibbs wrote: >You could squeeze out 256 bytes if you treat 0 as meaning 256 - just like >the SCSI protocol. It's too late now but you could support 1020 bytes by counting 4-byte words instead of bytes. This doesn't lose anything because the struct will always be padded to a multiple of 4 or 8 bytes. -- Peter Jeremy