看板 DFBSD_commit 關於我們 聯絡資訊
:hsu 2005/01/22 22:41:55 PST : :DragonFly src repository : : Modified files: : sys/netinet if_ether.c : Log: : Now that we generate the ethernet header in place in the mbuf instead : of in a secondary buffer, we have to remove space for the old ethernet : header before we send a packet waiting for ARP resolution back to : ether_output() again. : : Revision Changes Path : 1.25 +1 -0 src/sys/netinet/if_ether.c : : :http://www.dragonflybsd.org/cvsweb/src/sys/netinet/if_ether.c.diff?r1=1.24&r2=1.25&f=u This fixes the problem! I've slipped the stable tag on the file. -Matt Matthew Dillon <dillon@backplane.com>