Lie to virt-install to get the right interface on the right bridge
For some reason, the PPC64 kernel likes to swap interfaces around. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
89b2d81df9
commit
2563cec08c
1 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,6 @@ eth0_ip: 10.5.129.83
|
|||
eth1_ip: 10.5.127.143
|
||||
|
||||
gw: 10.5.129.254
|
||||
main_bridge: br1
|
||||
# This is a lie, but the PPC64 kernel likes to swap stuff around.
|
||||
main_bridge: br2
|
||||
nfs_bridge: br1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue