$machine1=array();
Machine IP on the control network
$machine1['id']='172.24.110.1';
Machine CPU
$machine1['cpu']=1000;
Number of interface to use
$machine1['interfaces']=2;
MTU for normal frames (default 1500)
$machine1['Frames']=1500;
MTU for jumbo frames
$machine1['JumboFrames']=9000;
Machine type: network for routers and links, client for clients and any for routers, links
or clients.
$machine1['type']=array('any');
Names of the interfaces used by eWAN. If not defined, eWAN will use eth0, eth1,...
$machine1['if']=array('eth1','eth2');
Define if netem is installed on the machine
$machine1['netem']=true;
Name of the interface control network (used to connect to the control network). By default eth0
$machine1['ctrlif']='eth0';
Array with all the available machines
$machines=array( $machine1, $machine2, );