From: SourceForge.net <no...@so...> - 2009-02-10 23:29:52
|
Bugs item #1396539, was opened at 2006-01-04 05:52 Message generated for change (Comment added) made by henryn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=1396539&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Daemons (Windows) >Group: v0.8.x (devel) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Xuan Baldauf (mediumnet) >Assigned to: Henry N. (henryn) Summary: colinux-bridged-net-daemon.exe mirrors broadcast packets Initial Comment: The current implementation of "colinux-bridged-net-daemon.exe" (from http://www.colinux.org/snapshots/devel-coLinux-20051013.exe ) mirrors broadcast packets back: A broadcast packet sent from the colinux instance within Windows to the Windows networking will get mirrored back to the colinux instance. Thus, linux thinks that some other network member has the same MAC address, and spits out warning messages like "eth0: duplicate address detected!", which pollute the kernel log buffer and log files. Previous versions of "colinux-bridged-net-daemon.exe" (http://www.colinux.org/snapshots/stable-coLinux-20050524.exe AFAIK) did not mirror back broadcast packets. (However, the performance of previous "colinux-bridged-net-daemon.exe" versions was miserable.) ---------------------------------------------------------------------- >Comment By: Henry N. (henryn) Date: 2009-02-11 00:29 Message: Filter rule changed to "(ether dst MAC) or (multicast and not ether src MAC)". Committed to SVN as revision r1222. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=1396539&group_id=98788 |