I am using the table_data_set helper to implement a table with
RowStatus support. I've implemented a custom ACTION case in the
handler so that deleting a row in this table causes a desired side
effect when the RowStatus column is set to DESTROY. This all works as
desired.

However, I now have to implement a separate scalar variable which,
when set, must have the effect of deleting all the rows in that table,
along with performing the side effects for each of the row deletions.
I am not sure how to do this. Basically, I want to trigger the handler
in the table from the handler in the scalar.

Any suggestions would be appreciated.

Thanks,

Gregg

------------------------------------------------------------------------------
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to