Hi all, I am newbie in net-snmp.
Now I have a requirement that need pass "community string" and "protocol
version" to “pass_persist” command as two arguments.
For example:
In var_extensible_pass_persist()
Modify
...
if (exact)
snprintf(persistpassthru->command,
I need to search through an existing table to determine which row contains
certain data field values. Based on my searches through the code and reading
about containers, I have come up with the code provided below.
Will someone please tell me what data the "buf" parameter should have as inpu