This MR introduces GETBULK command support to the oidfilter plugin.
It turned out that depending on the filtering rules, GETBULK operation may be more or less efficient. For example, when filtering rules allow only many single and not adjacent OIDs, GETBULK renders extremely inefficient.
The oidfilter code tries to address that case by "linearizing" some of the "repeaters" into "non-repeaters".
This MR introduces GETBULK command support to the oidfilter plugin.
It turned out that depending on the filtering rules, GETBULK operation may be more or less efficient. For example, when filtering rules allow only many single and not adjacent OIDs, GETBULK renders extremely inefficient.
The oidfilter code tries to address that case by "linearizing" some of the "repeaters" into "non-repeaters".