Hello, all,
In my company, we use a multi-threaded tool to perform SNMPGET
requests on many different devices at various times. From time to
time, we have experienced a strange problem where, all of the sudden,
our tool will get back some failure condition (not a timeout; other
than that, we're n
On Tue, 2010-09-28 at 22:27 +0200, Magnus Fromreide wrote:
> On Tue, 2010-09-28 at 15:28 +0200, Niels Baggesen wrote:
> > The man/Makefile.in uses grep -E in place of egrep, which is GNU
> > specific.
>
> Actually it isn't. grep -E is posix.
>
> The correct patch would probably be to use the @EGR
I updated net-snmp to 5.6, and all of my net-snmp consumers broke. It
looks like (included from
accidentally used "netsnmp_transport *"
instead of "struct netsnmp_transport_s *":
NETSNMP_IMPORT int
netsnmp_sess_config_and_open_transport(netsnmp_session *in_session,