diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 6b6b978b8..1c077eb90 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -9653,6 +9653,11 @@ sub checkNIMnetworks return 1; } + # add new network to our list - so we don't try to recreate + push (@networks, $nethash{$node}{netname}); + $NIMnets{$nethash{$node}{netname}}{'net_addr'}=$nethash{$node}{net}; + $NIMnets{$nethash{$node}{netname}}{'snm'}=$nethash{$node}{mask}; + # # create an interface def (if*) for the master #