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
respective callback 'row_creation' for all tables, supported with "baby steps" 
scheme. 

Instead, new row is created, if it is not found, in particular _object_lookup 
callback, and this 
code is generated automatically (as I can see in file 
local/mib2c-conf.d/mfd-interface.m2c and in 
lot of generated files for particular tables). 

This leads to bug with GET for table leaf with OID semantically correct index 
part, but non-existant
entry. (For example, such GET may appear just after remove of row). 

May I ask, what are conceptual plans with this "new row creation"? Why working 
MFD stabs are 
contradict with "baby steps" chart, and callback row_creations is never 
initialized?
Which approach is more correct and which is depricated? 

I dont found precise answers to these questions in archive of this list and in 
FAQ, 
I'm sorry if they are there..

-- 
Konstantin V.Abramenko
OKTET Labs.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to