Actions
Feature #4744
closednfdc cs erase: erase in a loop
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
CsMgmt cs/erase
imposes an upper bound on the number of CS entries that can be erased, to ensure the command finishes in a reasonable amount of time and does not block the forwarder.
nfdc cs erase
command currently directly maps to cs/erase
. Consequently, if an operator desires to erase a large number of entries, they have to run the command multiple times.
Ideally, nfdc cs erase
should invoke cs/erase
in a loop until either the specified count is reached or there are no more entries under the specified prefix.
Updated by Eric Newberry over 4 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Davide Pesavento over 4 years ago
- Status changed from Code review to Closed
- Target version set to 22.02
Actions