Fix the off-by-eone in IPs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
fd0dc154b1
commit
1368dd1a32
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.2
|
||||
eth0_ip: 10.5.126.3
|
||||
vmhost: virthost12.phx2.fedoraproject.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.3
|
||||
eth0_ip: 10.5.126.4
|
||||
vmhost: virthost14.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue