Feature #4744
Updated by Davide Pesavento about 6 years ago
[[CsMgmt]] `cs/erase` imposes an upper bound on the number of how many CS entries that can may be erased, to ensure the command finishes in a reasonable amount of time and does not block avoid blocking 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 she must execute `nfdc cs erase` multiple times. Ideally, `nfdc cs erase` should invoke `cs/erase` in a loop until either the specified count is reached or there are is no more entries entry under the specified prefix.