Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write unified routines for route installation in Ribs #39

Open
sachinites opened this issue Feb 20, 2019 · 1 comment
Open

Write unified routines for route installation in Ribs #39

sachinites opened this issue Feb 20, 2019 · 1 comment
Assignees

Comments

@sachinites
Copy link
Owner

Currently, we install separate routines for installing native IGP routes and SR routes in respective ribs. We need to write common routine to achieve the same goal. Reason for this is that, for features which require to implement the logic in route installation path would need to be implemented twice (code duplicacy) in both routines.
If we have one unified routine, then future features (such as microloop avoidance) can be easily implemented. Only implementation would work for all types of routes (IGP or SR).

@sachinites sachinites self-assigned this Feb 20, 2019
@sachinites
Copy link
Owner Author

Another problem is that : Currently, we install primary nexthops and backup nexthops one by one in RIB for each route. We need to push the entire route along with all nexthops (primary and backups) into RIB in one go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant