diff --git a/xCAT-server/lib/xcat/plugins/xen.pm b/xCAT-server/lib/xcat/plugins/xen.pm index 48cd5bac1..0eec8c47a 100644 --- a/xCAT-server/lib/xcat/plugins/xen.pm +++ b/xCAT-server/lib/xcat/plugins/xen.pm @@ -166,6 +166,7 @@ sub build_nicstruct { my $rethash; $rethash->{type}='bridge'; $rethash->{mac}->{address}=$_; + $rethash->{source}->{bridge}='xenbr0'; push @rethashes,$rethash; } return \@rethashes;