Generate interface table to have an entry for default VRF#525
Merged
prsunny merged 5 commits intosonic-net:masterfrom Jul 10, 2019
Merged
Generate interface table to have an entry for default VRF#525prsunny merged 5 commits intosonic-net:masterfrom
prsunny merged 5 commits intosonic-net:masterfrom
Conversation
Contributor
Author
|
retest this please |
lguohan
reviewed
Jun 19, 2019
lguohan
reviewed
Jun 19, 2019
lguohan
reviewed
Jun 19, 2019
lguohan
reviewed
Jun 19, 2019
lguohan
approved these changes
Jun 20, 2019
Contributor
Author
|
retest this please |
yxieca
added a commit
to yxieca/sonic-utilities
that referenced
this pull request
Oct 1, 2019
This part of the change is needed in 201811 branch. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
Oct 2, 2019
seiferteric
pushed a commit
to project-arlo/sonic-buildimage
that referenced
this pull request
Oct 14, 2019
* Update src/sonic-utilities from branch 'broadcom_sonic'
to 279d8ca317103aee4df82f2afecd6083a598ce09
- [JIRA SONIC-694] Placeholder for VRF Lite support
Merge from PRS: sonic-net/sonic-utilities#525
Adding CLI support for VRF configuration and show commands
Fixing vlan member add and port-channel member add clis for new
interface vrf schema
Making all ipv4 & ipv6 clis vrf aware.
Modifying code which access interface config db.
Dev Sanity:
http://10.59.132.240:9009/projects/csg_sonic/sanity/logs/dev-sanity-td3-td3-01/sonic_sanity_190616_1716_579/
Change-Id: I27c2badb720e56934878320906219ee7ae45f765
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
Generate interface table to have an entry designated to default VRF during config reload. This is when the interface is not configured to be part of any VRFs. This is a placeholder PR to be merged along with sonic-net/sonic-buildimage#2848
Current:
Proposed:
- How I did it
DB migrator modified to migrate interface table during config reload
- How to verify it
Run config reload and verify for entries without prefix in config_db
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)