18d9e96301
1. The code that looks at btl_tcp_if_exclude before doing a modex_send uses strcmp rather than strncmp. That means that "lo0" gets sent even though "lo" is excluded. 2. The code that determines whether a particular local TCP interface can connect to a particular remote interface doesn't check for loopback interfaces. With this fix, users can now enable "lo" and be assured that it will only be used for intra- node communication. This commit was SVN r22762.