1. While adding any new parameters, Realloc should be done first and 
	then other processing should be done

2.	While deleting any parameters, 	other processing should be done 
	first, Realloc should be done in end.

3. For Filtering case of switch statements are arranged in reverse 
	order and the ones above are dependent on values of all other 
	cases which are below it.

Jo 08/04/99 : To handle Zero IP Address for Global address in Virtual server
	      Changed files dot.c, cmutils.c, cmutils.c	

Jo 08/06/99 : Added new ports for VOIP.
	      Also defined MAX_TCP_APPLICATIONS and MAX_UDP_APPLICATIONS
	      Hence forth we will use this constant everywhere.	
	      Changed files cmprox.c, cmnat.c	

Jo 12/07/99 : Added Config Manager support for RAS feature
	      Changed files cnffile.h, cfgmgr.c, cmutils.c, fncdefs.h	

Jo 19/08/99 : Added Config Manager support for Static route feature
	      Changed files cnffile.h, cfgmgr.c, fncdefs.h

Jo 31/08/99 : We will not have Default Gateway any more. So code handling
	      default gateway has been removed.
	      Changed files cnffile.h, cfgmgr.c, cmutils.c	

Jo 21/09/99 : PPP user password for authentication was not stored properly.
	      Fixed when handling Special formats in set_parameter()	
	      Changed files cfgmgr.c	

Jyothi 04 Oct 1999 
------------------
	      Added to support configurable FTP Data and Control Ports
	      Changed files cnffile.h, cfgmgr.c, cmprox.c, cmnat.c	

Jyothi 24 Nov 1999 
------------------
	      UDB header length was sent as 512 instead of 64 and so all the 
	      other headers, script etc residing in that 8k sector was overwritten.
	      Changed files cminit.c.
