ports/65487: net-snmp no longer sets tcp.tcpCurrEstab.0
Jun Kuriyama
kuriyama at imgsrc.co.jp
Tue Apr 13 15:10:32 UTC 2004
The following reply was made to PR ports/65487; it has been noted by GNATS.
From: Jun Kuriyama <kuriyama at imgsrc.co.jp>
To: Kenneth Stailey <kstailey at yahoo.com>
Cc: freebsd-gnats-submit at FreeBSD.org, kuriyama at FreeBSD.org
Subject: Re: ports/65487: net-snmp no longer sets tcp.tcpCurrEstab.0
Date: Wed, 14 Apr 2004 00:05:29 +0900
At Tue, 13 Apr 2004 23:06:12 +0900,
kuriyama wrote:
> Hmm, with my quick test, this patch does not solve this... On my test
> box, I cannot retrive tcpconnestab value yet.
>
> I'll track this more.
Today's diagnose...
On my environment, this value is returned from line 344 of
agent/mibgroup/mibII/tcp.c.
case TCPCURRESTAB:
ret_value = TCP_Count_Connections();
type = ASN_GAUGE;
break;
This function is defined in tcpTable.c:
int TCP_Count_Connections( void ) {
return tcp_estab;
}
But we don't have the code to increment this value.
--
Jun Kuriyama <kuriyama at imgsrc.co.jp> // IMG SRC, Inc.
<kuriyama at FreeBSD.org> // FreeBSD Project
More information about the freebsd-ports-bugs
mailing list