- Make rib_walk() order of arguments consistent with the rest of RIB api
- Add rib_walk_ext() allowing to exec callback before/after iteration.
- Rename rt_foreach_fib_walk_del -> rib_foreach_table_walk_del
- Rename rt_forach_fib_walk -> rib_foreach_table_walk
- Move rib_foreach_table_walk{_del} to route/route_helpers.c
- Slightly refactor rib_foreach_table_walk{_del} to make the implementation consistent and prepare for upcoming iterator optimizations.
Details
Details
- Reviewers
- None
- Group Reviewers
network - Commits
- rS367941: Refactor rib iterator functions.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 34799 Build 31846: arc lint + arc unit