diff options
Diffstat (limited to 'src/test/run_test_subnets.pl')
| -rwxr-xr-x | src/test/run_test_subnets.pl | 24 | 
1 files changed, 21 insertions, 3 deletions
diff --git a/src/test/run_test_subnets.pl b/src/test/run_test_subnets.pl index d1af0b3..79186c2 100755 --- a/src/test/run_test_subnets.pl +++ b/src/test/run_test_subnets.pl @@ -237,7 +237,13 @@ foreach my $path (@plugins) {  	. $ip  	. '":{"gateway":1},"'  	. $ipnextfree -	. '":{},"' +	. '":{"hostname":"' +        . $hostname +        . '","mac":"' +	. $mac +	. '","vmid":"' +	. $vmid +        . '"},"'  	. $ip2  	. '":{"hostname":"'  	. $hostname @@ -268,7 +274,13 @@ foreach my $path (@plugins) {  	. $subnet_cidr  	. '":{"ips":{"'  	. $ipnextfree -	. '":{},"' +	. '":{"hostname":"' +        . $hostname +        . '","mac":"' +	. $mac +	. '","vmid":"' +	. $vmid +        . '"},"'  	. $ip2  	. '":{"hostname":"'  	. $hostname @@ -328,7 +340,13 @@ foreach my $path (@plugins) {  	. $subnet_cidr  	. '":{"ips":{"'  	. $ipnextfree -	. '":{},"' +	. '":{"hostname":"' +        . $hostname +        . '","mac":"' +	. $mac +	. '","vmid":"' +	. $vmid +        . '"},"'  	. $ip2  	. '":{"hostname":"'  	. $hostname  | 
