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-buildimage] New feature managementVRF(L3mdev) #2585

Merged
merged 1 commit into from
Jul 24, 2019

Commits on Jul 23, 2019

  1. [sonic-buildimage] New feature managementVRF(L3mdev)

    This commit adds support for New feature management VRF using L3mdev.  Added
    commands to enable/disable management VRF. Config vrf add mgmt will enable
    management VRF, enslave the eth0 device to the master device mgmt and restart
    interfaces-configs in mgmt-vrf context.
    
    management interface (eth0) can be configured using config interface eth0 ip
    add command and removed using config interface eth0 ip remove command.
    
    Requirement and design are covered in mgmt vrf design document.  Currently show
    command displays linux command output; will update show command display in next
    PR after concluding what would be the output for the show commands. Added
    metric for default routes in dhcp and static, any changes for metric will be
    addressed subsequently after discussing.
    
    Signed-off-by: Harish Venkatraman <harish_venkatraman@dell.com>
    Harish Venkatraman committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    5a1ae53 View commit details
    Browse the repository at this point in the history