From owner-cvs-src@FreeBSD.ORG Sun Dec 12 20:12:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229EC16A4CF; Sun, 12 Dec 2004 20:12:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93FA43D3F; Sun, 12 Dec 2004 20:12:50 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCKCoVM068021; Sun, 12 Dec 2004 20:12:50 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCKCou6068020; Sun, 12 Dec 2004 20:12:50 GMT (envelope-from brooks) Message-Id: <200412122012.iBCKCou6068020@repoman.freebsd.org> From: Brooks Davis Date: Sun, 12 Dec 2004 20:12:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 20:12:51 -0000 brooks 2004-12-12 20:12:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/ifconfig ifconfig.c sys/net if.c if.h Log: MFC the addition of ifi_datalen to struct if_data and ifconfig support for it. The change to struct if_data differs slightly from the one in 5.3 in that a pad is added after ifi_xmitquota rather then adding ifi_link_state before ifi_recvquota. This is necessicary to maintain the 4.x ABI. Revision Changes Path 1.51.2.23 +4 -1 src/sbin/ifconfig/ifconfig.c 1.85.2.28 +2 -0 src/sys/net/if.c 1.58.2.12 +2 -0 src/sys/net/if.h