Date: Sun, 12 Dec 2004 20:12:50 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h Message-ID: <200412122012.iBCKCou6068020@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412122012.iBCKCou6068020>