Hello.
In snmpv3_scopedPDU_parse there is the line
if (pdu->securityModel == NETSNMP_SECMOD_USM &&
that I think looks odd. All other places in snmp_api seems to use the
SNMP_SEC_MODEL_* macros when checking the values of securityModel
variables so this just looked different. Is this a problem?
On 2 November 2010 06:46, Manjit wrote:
> Here i came across a function _mfd_ifTable_commit, in this function a
> certain part of code is repeated twice.
[snip]
>
> Please help me to understand why this code is written twice.
Programmer error.
Replace programmer, and press Return
I'll let so
Hi Dave,
Yes, the issue was due to the local firewall.
Thanks,
Shibu George
-Original Message-
From: [email protected] [mailto:[email protected]] On
Behalf Of Dave Shield
Sent: Monday, November 01, 2010 10:22 PM
On 1 November 2010 15:47, Shibu George
wrote:
> I have