From ce02ef12778a9da6f855d4aa1f164e0814b74f65 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 10 Nov 2008 20:32:18 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/xen.pm | 1 + 1 file changed, 1 insertion(+) 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;