On 2 November 2011 14:50, Jordan Kagan <[email protected]> wrote:
> Can anyone tell me where the interface to "Context Name" within the
> Net-SNMP library is located? This is what can be changed using the -n flag
> via the command line.
>From snmplib/snmp_parse_args.c:
case 'n':
session->contextName = optarg;
session->contextNameLen = strlen(optarg);
break;
Dave
------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders