2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

defect 4656: a minor change in fspmac.pm for getmacs -D --noping support

This commit is contained in:
WangXiaoPeng 2015-04-28 06:19:56 -04:00
parent ffaa44b437
commit 2f5a538f5b

View File

@ -130,6 +130,7 @@ sub do_getmacs {
if ( exists( $opt->{noping} )) {
$optarg{'D'} = 1;
$optarg{'noping'} = 1;
$optarg{'pprofile'} = "not_use"; #lpar_netboot.expect need pprofile for p5 & p6, but for p7 ih, we don't use this attribute.
}
if ( exists( $opt->{S} )) {