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

Make disaggregation information consistent in show spf output #97

Open
brunorijsman opened this issue Jul 16, 2020 · 1 comment
Open
Labels
bug Something isn't working

Comments

@brunorijsman
Copy link
Owner

The output of show spf reports information about disaggregation in two places:

  1. The "Destination" column may report "(Disagg)" after the prefix. This is intended to report whether the prefix was received as a regular prefix or as a positive disaggregation prefix or as a negative disaggregation prefix in the received TIE. But it does not distinguish between positive and negative disaggregation. Make this report "(Pos-Disagg)" or "(Neg-Disagg)"

  2. The "Disaggregate" column is intended to report whether the current node should initiate positive or negative disaggregation for the prefix. This is exactly what it reports for positive disaggregation. But for negative disaggregation it incorrectly reports whether the prefix was received as a negative disaggregation prefix TIE and not whether it should initiate (or propagate) negative disaggregation for the prefix.

@brunorijsman brunorijsman added the bug Something isn't working label Jul 16, 2020
@brunorijsman
Copy link
Owner Author

brunorijsman commented Jul 16, 2020

The first item has been done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant