From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 07:17:21 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 CBD3616A4CE for ; Mon, 30 Aug 2004 07:17:21 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A79243D45 for ; Mon, 30 Aug 2004 07:17:21 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id i7U7JtKr001466 for ; Mon, 30 Aug 2004 00:19:55 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id i7U7JtYv001465 for current@freebsd.org; Mon, 30 Aug 2004 00:19:55 -0700 Date: Mon, 30 Aug 2004 00:19:55 -0700 From: Brooks Davis To: current@freebsd.org Message-ID: <20040830071955.GC28061@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="96YOpH+ONegL0A3E" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Subject: HEADS-UP: network interface modules need recompile 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: Mon, 30 Aug 2004 07:17:21 -0000 --96YOpH+ONegL0A3E Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable With the following change, all network interface modules as well as most applcations that monitor network interface statistics will need to be recompiled since struct if_data has grown. -- Brooks ----- Forwarded message from Brooks Davis ----- From: Brooks Davis Date: Mon, 30 Aug 2004 06:29:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-Virus-Status: No Subject: cvs commit: src UPDATING src/sys/sys param.h src/sys/net if.c if.h brooks 2004-08-30 06:29:26 UTC FreeBSD src repository Modified files: . UPDATING=20 sys/sys param.h=20 sys/net if.c if.h=20 Log: Add a new variable, ifi_epoch, to struct if_data. It is set to the last time the interface counters were zeroed, currently the time if_attach() was called. It is indentended to be a valid value for RFC2233's ifCounterDiscontinuityTime and to make it easier for applications to verify that the interface they find at a given index is the one that was there last time they looked. =20 An if_epoch "compatability" macro has not been created as ifi_epoch has never been a member of struct ifnet. =20 Approved by: andre, bms, wollman =20 Revision Changes Path 1.352 +5 -0 src/UPDATING 1.201 +1 -0 src/sys/net/if.c 1.89 +1 -0 src/sys/net/if.h 1.214 +1 -1 src/sys/sys/param.h ----- End forwarded message ----- --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --96YOpH+ONegL0A3E Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBMtUaXY6L6fI4GtQRAipfAKDn6OR0bMWf6kOvDjxjbJDAet+fiwCcD+3y ahyVpGwtmsjf8FojjlFno9s= =KgQ/ -----END PGP SIGNATURE----- --96YOpH+ONegL0A3E--