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

EIGRP: add metric version and plumb throughout #6532

Merged
merged 5 commits into from
Dec 30, 2020
Merged

EIGRP: add metric version and plumb throughout #6532

merged 5 commits into from
Dec 30, 2020

Commits on Dec 30, 2020

  1. EIGRP: add metric version and plumb throughout

    Different implementations of EIGRP compute the cost with greater and lesser
    degrees of precision. Add a setting to each EIGRP process to indicate which
    cost implementation it uses, and add the classic metric computations for NX-OS.
    dhalperi committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    6862a1f View commit details
    Browse the repository at this point in the history
  2. revert unrelated

    dhalperi committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    83966fd View commit details
    Browse the repository at this point in the history
  3. remove redundant cast

    dhalperi committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    fbaf4ac View commit details
    Browse the repository at this point in the history
  4. working fix

    dhalperi committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    8eb031e View commit details
    Browse the repository at this point in the history
  5. add eigrp process

    dhalperi committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    c5d013f View commit details
    Browse the repository at this point in the history