Date: Thu, 26 Jul 2007 06:24:04 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_lagg.c Message-ID: <200707260624.l6Q6O4SG049122@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2007-07-26 06:24:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_lagg.c Log: The MAC address was not being set correctly on the lagg interface so all outgoing frames had the src of 00:00:00:00:00:00. We fake enough of if_setlladdr() to set the MAC address without resetting the interface, on RELENG_6 this also requires overwriting _ac_enaddr in struct arpcom. Revision Changes Path 1.11.2.4 +1 -0 src/sys/net/if_lagg.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707260624.l6Q6O4SG049122>