1
1

Need to add sppp to list of default excluded interfaces

to support Sun M9000 server.

This commit was SVN r19988.
Этот коммит содержится в:
Rolf vandeVaart 2008-11-12 20:30:14 +00:00
родитель 120e09b9cd
Коммит 76f8ce01cf

Просмотреть файл

@ -200,7 +200,7 @@ int mca_btl_tcp_component_open(void)
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 =