-Be explicit about xen bridge stub (required for xen 3.3)

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2490 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-11-10 20:32:18 +00:00
parent ef155bf678
commit ce02ef1277

View File

@ -166,6 +166,7 @@ sub build_nicstruct {
my $rethash;
$rethash->{type}='bridge';
$rethash->{mac}->{address}=$_;
$rethash->{source}->{bridge}='xenbr0';
push @rethashes,$rethash;
}
return \@rethashes;