Date: Wed, 19 Aug 2009 17:59:41 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/e1000 if_em.c if_igb.c Message-ID: <200908191759.n7JHxpbk086103@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2009-08-19 17:59:41 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_em.c if_igb.c Log: SVN rev 196386 on 2009-08-19 17:59:41Z by delphij Temporarily enhance em(4) and igb(4) hack to take account for IFF_NOARP. Without this changeset there will be no way to prevent these NICs from sending ARP, which is harmful in server farms that is configured as "Direct Server Return" behind a load balancer. A better fix would remove the whole hack completely but it would be later than 8.0-RELEASE. Reviewed by: jfv, yongari Approved by: re (kib) Revision Changes Path 1.22 +2 -1 src/sys/dev/e1000/if_em.c 1.22 +2 -1 src/sys/dev/e1000/if_igb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908191759.n7JHxpbk086103>