Add a new macro to clear both the L3 and L2 route caches, to
hopefully prevent future instances where only the L3 cache was
cleared when both should have been.
Details
Details
- Reviewers
• karels - Commits
- rS328271: Reduce code duplication for inpcb route caching
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Was there a place where only L3 was invalidated?
In any case, this seems like a good change.