[Xorp-cvs] XORP cvs commit: xorp/mibs

Atanu Ghosh atanu@icir.org
Thu, 26 May 2005 02:05:21 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-05-26 02:05:21 UTC

XORP CVS repository


Modified files:
	mibs          bgp4_mib_1657_bgppeertable.cc 

Log message:
	Addresses were being stored as type string in a struct that was being
	allocated by malloc (or snmpd equivalent). The first attempt to
	manipulate the string instances was causing an exception as they had
	non been correctly initialised. The struct now contains char arrays.
	
	The problem was introduced when BGP was modified to return information
	about IPv6 peerings. Previously this data structure had been of type
	IPv4.

Revision  Changes                                Path
1.17      +14 -11;  commitid: 7bf242952ee07ea6;  xorp/mibs/bgp4_mib_1657_bgppeertable.cc