> Thanks for the info. I was afraid of that.
>
> Is there an easy place to hack this in?
> All I really need to do call my app once during the commit phase.
Well the simplest approach would be to edit
agent/mibgroup/ucd-snmp/pass.c
and adjust the routine setPass() to read
- i
PROTECTED]
Subject: Re: Pass directive and Set Row
> I am planning on using the pass directive to create a shim
> between net-snmp and our already working snmp backend.
> I have a question about the set command.
Ah!
The most important thing to realise is that the "pass" mechan
> I am planning on using the pass directive to create a shim
> between net-snmp and our already working snmp backend.
> I have a question about the set command.
Ah!
The most important thing to realise is that the "pass" mechanism
is not reliable w.r.t. SET handling.
In particular, it doesn't all
I am planning on using the pass directive to create a shim
between net-snmp and our already working snmp backend.
I have a question about the set command.
From what I understand, if I want to set a row, there will
be one message to net-snmp.
Net-snmp will parse the message, and indivi