mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-01-31 13:46:58 +03:00
test: list ifaces: fix indentation of expected structure
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
afd50f0d4a
commit
f110671de4
@ -16,10 +16,14 @@ eth100:
|
||||
/proc/net/dev
|
||||
|
||||
my %wanted = (
|
||||
vmbr0 => { address => '192.168.1.2/24',
|
||||
gateway => '192.168.1.1',
|
||||
address6 => 'fc05::1:1/112'},
|
||||
vmbr1 => { address => '10.0.0.5/24'}
|
||||
vmbr0 => {
|
||||
address => '192.168.1.2/24',
|
||||
gateway => '192.168.1.1',
|
||||
address6 => 'fc05::1:1/112',
|
||||
},
|
||||
vmbr1 => {
|
||||
address => '10.0.0.5/24',
|
||||
},
|
||||
);
|
||||
|
||||
save('interfaces', <<"/etc/network/interfaces");
|
||||
|
Loading…
x
Reference in New Issue
Block a user