diff --git a/xCAT-server/sbin/lpar_netboot.expect b/xCAT-server/sbin/lpar_netboot.expect index b47e956f2..260b9adb7 100644 --- a/xCAT-server/sbin/lpar_netboot.expect +++ b/xCAT-server/sbin/lpar_netboot.expect @@ -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 ]