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

Custom plugin to collect topology data for use by scripts #483

Closed
wants to merge 13 commits into from

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    7ac63f4 View commit details
    Browse the repository at this point in the history
  2. Beautiful VXLAN/VRF/EVPN test/show case (ipspace#458)

    Co-authored-by: Jeroen van Bemmel <jeroen.van_bemmel@nokia.com>
    jbemmel and jbemmel authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    1e68951 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    2b1bd65 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    bb3e4f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ed1af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eca39e3 View commit details
    Browse the repository at this point in the history
  4. Bug fix: set 'ipv6: True' on interfaces using RFC8950 IPv6 LLA EBGP s…

    …essions (fixes ipspace#460)
    
    There are devices that need IPv6 enabled on an interface to make
    unnumbered EBGP sessions work. Those devices might not be able to pass
    the IPv4-only unnumbered EBGP test case because IPv6 is not enabled.
    
    This commit adds 'ipv6: True' to interfaces that have at least one
    unnumbered EBGP session. The change is made very late in the
    transformation process (after the links module calculates the node
    address families) and thus should not impact other routing protocols. It
    does not impact other modules using address families (like VRF module).
    
    An alternative might have been to add yet another flag (example:
    ipv6_lla) but that would require changes in initial device configuration
    templates.
    ipspace committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ae6a422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2014a25 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    d9abd30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c72605e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    001f670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9db192a View commit details
    Browse the repository at this point in the history
  5. Simplified, simple copy

    jbemmel committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    49967db View commit details
    Browse the repository at this point in the history