[BACK]Return to snmpc.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / snmp

Diff for /src/usr.bin/snmp/snmpc.c between version 1.6 and 1.7

version 1.6, 2019/08/13 12:28:03 version 1.7, 2019/08/14 14:40:23
Line 61 
Line 61 
 struct snmp_app snmp_apps[] = {  struct snmp_app snmp_apps[] = {
         { "get", 1, NULL, "agent oid ...", snmpc_get },          { "get", 1, NULL, "agent oid ...", snmpc_get },
         { "getnext", 1, NULL, "agent oid ...", snmpc_get },          { "getnext", 1, NULL, "agent oid ...", snmpc_get },
         { "walk", 1, "C:", "[-C cIipt] [-C E OID] agent [oid]", snmpc_walk },          { "walk", 1, "C:", "[-C cIipt] [-C E endoid] agent [oid]", snmpc_walk },
         { "bulkget", 1, "C:", "[-C n<nonrep>r<maxrep>] agent oid ...", snmpc_get },          { "bulkget", 1, "C:", "[-C n<nonrep>r<maxrep>] agent oid ...", snmpc_get },
         { "bulkwalk", 1, "C:", "[-C cipn<nonrep>r<maxrep>] agent [oid]", snmpc_walk },          { "bulkwalk", 1, "C:", "[-C cipn<nonrep>r<maxrep>] agent [oid]", snmpc_walk },
         { "trap", 1, NULL, "agent uptime oid [oid type value] ...", snmpc_trap },          { "trap", 1, NULL, "agent uptime oid [oid type value] ...", snmpc_trap },

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7