Re: Not able to set a column in ifTable.

2010-11-10 Thread Robert Story
On Mon, 08 Nov 2010 12:38:34 +0530 Manjit wrote: M> In my implementation i wrote a function( netsnmp_new_interface) which M> will create a new interface. M> And i am calling this function from M> netsnmp_access_interface_container_load . M> I find that this function netsnmp_access_interface_conta

Re: Not able to set a column in ifTable.

2010-11-07 Thread Manjit
In my implementation i wrote a function( netsnmp_new_interface) which will create a new interface. And i am calling this function from netsnmp_access_interface_container_load . I find that this function netsnmp_access_interface_container_load is called multiple times after certain time period, w

Re: Not able to set a column in ifTable.

2010-11-03 Thread Robert Story
On Tue, 02 Nov 2010 12:16:50 +0530 Manjit wrote: M> Here i came across a function _mfd_ifTable_commit, in this function a M> certain part of code is repeated twice. The ifTable code has a lot of auto-generated code, and I'm guessing that a merge after teh templates were updated resulted in the du

Re: Not able to set a column in ifTable.

2010-11-02 Thread Dave Shield
On 2 November 2010 06:46, Manjit wrote: > Here i came across a function _mfd_ifTable_commit, in this function a > certain part of code is repeated twice. [snip] > > Please help me to understand why this code is written twice. Programmer error. Replace programmer, and press Return I'll let so

Not able to set a column in ifTable.

2010-11-01 Thread Manjit
Hi All, I am working on a creation of a row in ifTable ( project specific requirement). Here i came across a function _mfd_ifTable_commit, in this function a certain part of code is repeated twice. if (rowreq_ctx->rowreq_flags & MFD_ROW_DIRTY) { /* * if we successfully commi