Hello,
On Thursday 15 October 2009 12:18:35 Karthikeyan N wrote:
> In interfaces.c file, I could see the following code.
>
> case IFINOCTETS:
> long_return = (u_long) if_msg.ifm_data.ifi_ibytes;
> return (u_char *) & long_return;
>
> I could see a possiblity of 2 different issues w
On Tue, 27 Jun 2006 13:34:19 -0400
Robert Story <[EMAIL PROTECTED]> wrote:
> On Tue, 27 Jun 2006 20:45:08 +0400 Konstantin wrote:
> KA> There is state "row create" in chart of SET processing for baby steps
> KA> (drown in file agent/helpers/baby_steps.c, lines 140-204). According to
> KA> this cha
Hello,
There is state "row create" in chart of SET processing for baby steps (drown in
file agent/helpers/baby_steps.c, lines 140-204). According to this chart, it
activates if lookup failures.
But, mode MODE_BSTEP_ROW_CREATE activates in case of success of previous
lookup, but there are no
r
On Mon, 26 Jun 2006 14:17:32 -0400
Robert Story <[EMAIL PROTECTED]> wrote:
> On Mon, 26 Jun 2006 18:09:03 +0400 Konstantin wrote:
> KA> I've encountered that MIBs, supported in MFD style (and registered with
> KA> "baby steps" handler) does not return "no such instance" error in
> KA> appropriate
Hello,
I've encountered that MIBs, supported in MFD style (and registered with
"baby steps" handler) does not return "no such instance" error in appropriate
situations.
Agent (5.3.0.1) was configured with option --enable-mfd-rewrites
(I can send all configure command line, if neccessary).
T