|
From: Wegert, E. L <eri...@ed...> - 2004-09-06 16:10:42
|
Dan: Could we make 2 passes/attempts by doing a "string matching" and if that fails, then do a "string searching" .. This would allow for the exact match of "Local Area Connection" first and if not found then match on "Local Area Connection ..." . -----Original Message----- From: col...@li... [mailto:col...@li...] On Behalf Of Dan Aloni Sent: Sunday, September 05, 2004 01:09 PM To: Claude LeFrancois (QB/EMC) Cc: 'Andreas Brand'; gboutwel; col...@li... Subject: Re: [coLinux-users] colinux 0.6.2 with pcap (snapshot coLinux-200 40710) On Fri, Aug 20, 2004 at 08:26:08AM -0500, Claude LeFrancois (QB/EMC) wrote: > Hi, > > However, I suspect the interface selection code has some problems. By > example, > on my system, I have multiple "Local Area Connection" entries. Something like this: > > Local Area Connection > Local Area Connection 2 > Local Area Connection 3 > > I needed my system to bridge on "Local Area Connection". I have > modified my > xml file accordingly but coLinux never got attached to the proper interface. > If I recall well, it has attached to the "Local Area Connection 3" instead. > > So, to work around this problem, I have renamed the "Local Area > Connection" to > "Local Area Connection Broadcom" and after the proper modification has been done > to the xml file, coLinux has attached to the correct interface. coLinux does string searching instead of string matching, and "Local Area Connection" is obviously a substring of "Local Area Connection 3" - here shows the problem. Perhaps we should change it to string matching instead. What's your opinion? -- Dan Aloni da...@co... ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users |