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

VXLAN config and show utilities #870

Merged
merged 20 commits into from
Dec 19, 2020
Merged

VXLAN config and show utilities #870

merged 20 commits into from
Dec 19, 2020

Commits on Dec 11, 2020

  1. Changes to support EVPN VXLAN.

    Config and show commands added to click infra for VXLAN objects.
    Please refer to sonic-net/SONiC#437 for the commands.
    
    The fast-reboot script is changed to not clear VXLAN tunnel state table during a
    warm reboot.
    srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    42b055d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c609e2 View commit details
    Browse the repository at this point in the history
  3. Fixed LGTM Warnings

    srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    7e036df View commit details
    Browse the repository at this point in the history
  4. Added VRF VNI Map CLI.

    Added Neighbor Suppression CLI.
    tapashdas authored and srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    be0278f View commit details
    Browse the repository at this point in the history
  5. LTGM Warning Fix.

    tapashdas authored and srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    fa13994 View commit details
    Browse the repository at this point in the history
  6. NeighSuppression Changes

    kananthak authored and srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    68521b6 View commit details
    Browse the repository at this point in the history
  7. 1. Updated EVPN DB names.

    2. Tested on vs except for L3VXLAN+NeighSuppress+remote mac
    srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    39561f0 View commit details
    Browse the repository at this point in the history
  8. NeighSuppressConfigCliFix

    kananthak authored and srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    c410175 View commit details
    Browse the repository at this point in the history
  9. Added UT Fix for VRF VNI MAP CLI.

    tapashdas authored and srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    818009b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d507145 View commit details
    Browse the repository at this point in the history
  11. Review comments incorporated.

    1. Moved out vxlan related config and show utilities to a separate file.
    2. Moved some utility functions to utilitie_common
    srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    432e7c1 View commit details
    Browse the repository at this point in the history
  12. Added tests for VXLAN CLI

    changes to vxlan config utils
    srj102 committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    7221a17 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c696f69 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

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

Commits on Dec 14, 2020

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

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    86779ec View commit details
    Browse the repository at this point in the history
  2. Update main.py

    srj102 authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    95dc9b9 View commit details
    Browse the repository at this point in the history
  3. Renamed show vxlan tunnel to show vxlan remotevtep.

    show vxlan tunnel_cfg (which reads from cfg db) which was originally show vxlan tunnel has been
    reverted back to show vxlan tunnel.
    srj102 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    d9e9df6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Updated review comments.

    tapashdas committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    24958ff View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Update main.py

    Removed space as per review comment.
    tapashdas authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    074ca0d View commit details
    Browse the repository at this point in the history