@@ -49,11 +49,11 @@ const tests = [
49
49
50
50
// net
51
51
, [ 'net' , [ 'myMacAddr' , 'myCard' , 'user' ] , [ '-net' , 'nic,model=myCard,macaddr=myMacAddr' , '-net' , 'user' ] ]
52
- , [ 'net' , [ 'myMacAddr' , 'myCard' , 'user' , { ip :'gIp' , hostToVmPortFwd :[ { hostIp :'hIp' , hostPort :'hPort' , guestPort :'gPort' } ] } ] , [ '-net' , 'nic,model=myCard,macaddr=myMacAddr' , '-net' , 'user,dhcpstart=gIp,hostfwd=tcp:hIp:hPort-gIp:gPort' ] ]
53
- , [ 'net' , [ 'myMacAddr' , 'myCard' , 'user' , { ip :'gIp' , vmToHostPortFwd :[ { hostIp :'hIp' , hostPort :'hPort' , guestPort :'gPort' } ] } ] , [ '-net' , 'nic,model=myCard,macaddr=myMacAddr' , '-net' , 'user,dhcpstart=gIp,guestfwd=tcp:gIp:gPort-hIp:hPort' ] ]
52
+ , [ 'net' , [ 'myMacAddr' , 'myCard' , 'user' , { ip :'gIp' , hostToVmPortFwd :[ { hostIp :'hIp' , hostPort :'hPort' , vmPort :'gPort' } ] } ] , [ '-net' , 'nic,model=myCard,macaddr=myMacAddr' , '-net' , 'user,dhcpstart=gIp,hostfwd=tcp:hIp:hPort-gIp:gPort' ] ]
53
+ , [ 'net' , [ 'myMacAddr' , 'myCard' , 'user' , { ip :'gIp' , vmToHostPortFwd :[ { hostIp :'hIp' , hostPort :'hPort' , vmPort :'gPort' } ] } ] , [ '-net' , 'nic,model=myCard,macaddr=myMacAddr' , '-net' , 'user,dhcpstart=gIp,guestfwd=tcp:gIp:gPort-hIp:hPort' ] ]
54
54
55
- , [ 'net' , [ 'myMacAddr' , 'myCard' , 'user' , { ip :'gIp' , hostToVmPortFwd :[ { hostIp :'hIp' , hostPort :'hPort' , guestPort :'gPort' } ] ,
56
- vmToHostPortFwd :[ { hostIp :'hIp' , hostPort :'hPort' , guestPort :'gPort' } ] } ] , [ '-net' , 'nic,model=myCard,macaddr=myMacAddr' , '-net' , 'user,dhcpstart=gIp,hostfwd=tcp:hIp:hPort-gIp:gPort,guestfwd=tcp:gIp:gPort-hIp:hPort' ] ]
55
+ , [ 'net' , [ 'myMacAddr' , 'myCard' , 'user' , { ip :'gIp' , hostToVmPortFwd :[ { hostIp :'hIp' , hostPort :'hPort' , vmPort :'gPort' } ] ,
56
+ vmToHostPortFwd :[ { hostIp :'hIp' , hostPort :'hPort' , vmPort :'gPort' } ] } ] , [ '-net' , 'nic,model=myCard,macaddr=myMacAddr' , '-net' , 'user,dhcpstart=gIp,hostfwd=tcp:hIp:hPort-gIp:gPort,guestfwd=tcp:gIp:gPort-hIp:hPort' ] ]
57
57
58
58
59
59
// drives
0 commit comments