Configuration files
-------------------

pt.map

        srchubid,dsthubid,no. of local vmnetx interface,list of local vmnetx inteferface,
        no. of remote macs, remote mac1, no. of remote vmnetx interface on remotemac1, list of remote vmnetx on mac1,
        remote mac2, ......


        This is used to make a decision where all to send the packet and is used in both kmt_rcv
        and kmt_send

vm2hub.map
        mac address, vmnetx, hubid, local/remote

        This is used to find out hubids for a mac address. It is used in both kmt_rcv and kmt_send

vinf.map
        vmnetx, hubid, subnet, netmask, name of dhcpd conf file

        This file is used as input to vnconf.pl

vmSrc.map
        vmname, path to the source VM Image Dir to start from

vm.loc
  vmname, path to the modified/current VM Image Dir for a particular VM.


port2VM.map
port no , mac address of VM, IP address of VM, vmnet (= Vinf ) number, mac address of vmnet, ip address of vmnet 	

currently - all port numbers beyond 30,000 are assumed to be vnc ports. 



*.cfg files - These files are generated by GrpMgr automatically based on the guest OS type and machine type.



Format of various other files in user's .vnet dir
-------------------------------------------------
registered.txt :
--------------
#networkname:team (yes/no): console (yes/no)

ex: myfavnetwrok:yes:no


.localvm2port :
--------------
#vmname:hostname:portno on the host

DefaultGW:v6:10027
DefaultGW:v6:30027



