Feature #3361
Updated by Junxiao Shi almost 9 years ago
In FIB/PIT/CS/Measurements tables, allow erasing an entry This issue was discovered by `const_iterator`. Suggested by Natalya Rozhnova on [ndnsim mailing list](http://www.lists.cs.ucla.edu/pipermail/ndnsim/2015-December/002271.html). (http://www.lists.cs.ucla.edu/pipermail/ndnsim/2015-December/002271.html). Effectively, the existing API current interface allows iteration over PIT/CS/FIB/Measurements data structures, but the table, but an iterator iterators cannot be directly used to remove entries. There are [workarounds](http://www.lists.cs.ucla.edu/pipermail/ndnsim/2015-December/002277.html), It is possible to use a few workarounds (http://www.lists.cs.ucla.edu/pipermail/ndnsim/2015-December/002277.html), but we need to provide a clean API interface for this the operation.