fixed 2898930
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4649 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ee8b25b822
commit
be850c8f9f
@ -1052,6 +1052,13 @@ proc ping_server { full_path_name phandle } {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if { $properties_matched == 0 } {
|
||||
set adap_speed $a_speed
|
||||
set adap_duplex $a_duplex
|
||||
set properties_matched 1
|
||||
lappend adap_conn_list $a_conn
|
||||
}
|
||||
|
||||
set i [ llength $adap_conn_list ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user