Task #5360
open
Investigate usage of prefix inheritance flags in NLSR
Added by Alexander Lane about 2 months ago.
Updated 24 days ago.
Description
Currently, NLSR appears to use the Capture instead of the default Child Inherit flags for inserted routes. It is not immediately clear what the design intention was for this; we should ensure that this is a sensible default.
This change was implemented due to #1841; the goal was to prevent issues with router prefixes inheriting nexthops for very broad routes on local nodes which could interfere with shortest path behavior. However, I'm unclear if this is a common occurrence in actual deployment.
- Status changed from New to In Progress
- Assignee set to Alexander Lane
- % Done changed from 0 to 40
The main blocker with implementing this change is due to the fact that there's currently not much in the way of robust existing mechanisms to distinguish between explicitly advertised prefixes and ones from the NLSR application. The code is designed around treating these as homogeneous, which means that we ultimately need to do some refactoring to properly track this.
Also available in: Atom
PDF