pkgsrc/net/mrtg/patches/patch-ae
martti ad7f68e773 Updated net/mrtg to 2.16.0
* Makesure mrtg repopulates its cache only once even in fork mode
* Added support for RRDtool based Holt-Winters aberrant behaviour detection.
  Threshold based alerts have been enhanced to be able to fire based on the
  FAILURES RRA. Note that Holt-Winters aberrant behaviour detection can only
  be enabled on newly created RRAs.
* when thresholds were UNboraken, the threshprogok did not run necessarily
* MIB parser rewritten for better compatibility
* allow RouterUptime to contain an explicit OID for queriing the uptime.
* support for nortel passport 8600 in cfgmaker
* Added Documentation for GeTNEXT prefix
* Added New Prefix for Counterd SNMP Walk -> CnTWaLK (see docs)
* Upgrade to SNMP Session 1.10
* Updates for  Net_SNMP_util.pm   and  SNMP_util.pm
* Fix if_is_ciscovlan condition in cfgmaker
* Updated port syntax in documentation (based on trac entry)
2008-02-13 12:05:26 +00:00

13 lines
527 B
Text

$NetBSD: patch-ae,v 1.5 2008/02/13 12:05:26 martti Exp $
--- lib/mrtg2/SNMP_Session.pm.orig 2008-02-06 16:35:49.000000000 +0200
+++ lib/mrtg2/SNMP_Session.pm 2008-02-13 13:57:53.000000000 +0200
@@ -110,7 +110,7 @@
### some agents erroneously encode the response ID as an unsigned,
### which prevents this code from matching such responses to requests.
###
-$SNMP_Session::default_avoid_negative_request_ids = 0;
+$SNMP_Session::default_avoid_negative_request_ids = 1;
### Default value for "use_16bit_request_ids".
###