Re: MODE_SET_*

2005-10-18 Thread Dave Shield
On Mon, 2005-10-17 at 18:42 +0200, Roman Medina-Heigl Hernandez wrote: I missed the part that a SET request can set several variables, not only one. Then it is some kind of attempt to reach a pseudo-atomic operation Exactly. (which never gets really true since COMMIT

MODE_SET_*

2005-10-17 Thread Roman Medina-Heigl Hernandez
Hello, I'm coding a small MIB with embedded perl and I need to proccess SET request. NetSNMP::agent's API shows 7 different SET states: MODE_SET_ACTION MODE_SET_BEGIN MODE_SET_COMMIT MODE_SET_FREE MODE_SET_RESERVE1

Re: MODE_SET_*

2005-10-17 Thread Dave Shield
On Mon, 2005-10-17 at 16:07 +0200, Roman Medina-Heigl Hernandez wrote: NetSNMP::agent's API shows 7 different SET states: [snip] Where could I get an explanation for them? See the file AGENT.txt - in particular, section 8. The API that it describes is obsolete now, but the basic