I do not think anyone will have a problem with this, but just thought I would mention that I am planning on adding an additional interface to the excluded list for the tcp btl. I want to add "sppp" to the list. This is an internal interface to one of our servers and needs to be treated like the "lo" interface.



Rolf


 burpen-cs10-0 186 =>svn diff
Index: tcp/btl_tcp_component.c
===================================================================
--- tcp/btl_tcp_component.c     (revision 19943)
+++ tcp/btl_tcp_component.c     (working copy)
@@ -200,7 +200,7 @@
     mca_btl_tcp_component.tcp_if_include =
       mca_btl_tcp_param_register_string("if_include", NULL, "");
     mca_btl_tcp_component.tcp_if_exclude =
-      mca_btl_tcp_param_register_string("if_exclude", NULL, "lo");
+      mca_btl_tcp_param_register_string("if_exclude", NULL, "lo,sppp");
     mca_btl_tcp_component.tcp_free_list_num =
       mca_btl_tcp_param_register_int ("free_list_num", NULL, 8);
     mca_btl_tcp_component.tcp_free_list_max =
 burpen-cs10-0 187 =>



--

=========================
rolf.vandeva...@sun.com
781-442-3043
=========================

Reply via email to