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

[sonic-utilities] managementVRF cli support(l3mdev) #463

Merged
merged 12 commits into from
Oct 4, 2019

Commits on Jul 16, 2019

  1. [sonic-utilities] managementVRF cli support(l3mdev)

    This commit adds CLI support for management VRF using l3dev. mVRF can
    be enabled using config vrf add mgmt and deleted using config vrf del mgmt.
    Show commands for management VRF are added which displays the linux command
    output, will update show command display after concluding what would be the
    output for the show commands.
    Added cli to configure management interface(eth0), config interface ip eth0
    add can be used to configure eth0 ip and config ip eth0 remove is used to
    remove eth0 ip.
    
    New cli config/show commands:
    
    config vrf add mgmt
    config vrf del mgmt
    config interface eth0 ip add ip/mask gatewayIP
    config interface eth0 ip remove ip/mask
    
    show mgmt-vrf
    show mgmt-vrf route
    show mgmt-vrf addresses
    show mgmt-vrf interfaces
    
    Signed-off-by: Harish Venkatraman <harish_venkatraman@dell.com>
    Harish Venkatraman committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    afcfc4b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    f83b462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14cc90f View commit details
    Browse the repository at this point in the history
  3. table number corrected.

    kannankvs authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    4152cf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. addressed review comments

    kannankvs committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    ac1a3c1 View commit details
    Browse the repository at this point in the history
  2. resolving conflict

    kannankvs committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c5816e7 View commit details
    Browse the repository at this point in the history
  3. resolving conflict2

    kannankvs committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c8351a5 View commit details
    Browse the repository at this point in the history
  4. resolving conflict3

    kannankvs committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    ad030ff View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. addressed the comments2

    kannankvs committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    30fea2e View commit details
    Browse the repository at this point in the history
  2. renamed functions

    kannankvs committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    c4c0124 View commit details
    Browse the repository at this point in the history
  3. renamed eth0_ip to mgmt_ip

    kannankvs committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    f65c733 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea811a5 View commit details
    Browse the repository at this point in the history