02-11-97
Vidy
cfgmgr.c
Added 4 more functions in the configuration manager to get the aggregate
statistics of packets xmited and recvd

CFGMGR.C, CFGMGR.H - 27-10-1997
------------------
        Sachin - made changes for online statistics.

Naveen 07-11-1997
----------------
CMDHCP.C - Fixed Some Bugs.
CFGMGR.h - Added one more enum BINDING and one for Deleting Options.x

Naveen 08-11-1997
----------------
CMDHCP.C - While Editing Leased Time there was a bug it was fixed adding
           new function - cm_delete_dhcp_range_option_accordingly().
           The Tag numbers were printed in HEX instead of Decimal. It is
           fixed now.


Naveen 08/12/1997
-----------------
cfgmgr.c - Fixed the bug. When WAN port is enabled thru Configuration Manager
           the router use to give a message on next boot("Too Few Buffers...")

Naveen 05/01/1998
-----------------
cfgmgr.c - 1. Introduced new function "enable_either_ppp_or_slip" and it is
              called from cm_write_configuration.
           2. IPCP compression string was introduced unconditionally
              and it is fixed now.
           3. LSL buffer size was changing for the wrong port and it is
              fixed now.

Sudha 10-Oct-1999 /* For changes search with the date */
-----------------
* cfgmgr.c ( to display the message in statistics screen properly if port is
  dial_out/in & function type is proxy, ag, ras. "waiting for call/demand" 
  should be displayed instead of "waiting connect message". So changed in
  get_wan_port_status function.	

sudha 11-Oct-1999 /* For changes, search with the date */
-----------------
* cfgmgr.c
	** In get_port_status() function, if mdm_state is "wait_ring", & if port 
		type is dial_in & remote access is enabled, display "waiting call" message
		instead of "waiting call/demand" message.
	** In wan_link_status static var, one more message string "waiting call"
		has been added.				
* cfgmgr.h 
	** In wan_link_status enum var, one new state "PS_RAS_WAIT_CALL" has been
		added for dial_in/ras port.


