-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Generate interface table to have an entry designated to default VRF. #2848
Merged
Conversation
This file contains 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
prsunny
changed the title
Intf migrate
Generate interface table to have an entry designated to default VRF.
May 1, 2019
can you check the build failure? |
retest this please |
marian-pritsak
approved these changes
Jun 6, 2019
can you resolve the conflict? also does this pr requires other pr? |
lguohan
reviewed
Jun 6, 2019
lguohan
approved these changes
Jun 10, 2019
seiferteric
pushed a commit
to project-arlo/sonic-buildimage
that referenced
this pull request
Oct 14, 2019
Minigraph migration and jinja2 template changes for INTF_PREFIX_TABLE changes from PRs: sonic-net#2848 Change-Id: Ia6c3bf37702b20c57f7f808299a5a861fce15e11
seiferteric
pushed a commit
to project-arlo/sonic-buildimage
that referenced
this pull request
Oct 14, 2019
…gration and jinja2 template changes for INTF_PREFIX_TABLE changes from PRs: sonic-net#2848" into broadcom_sonic
mssonicbld
added a commit
that referenced
this pull request
Jul 20, 2023
…lly (#15919) #### Why I did it src/sonic-swss ``` * fa342305 - (HEAD -> 202305, origin/202305) Remove redundant updateFabricPortState (#2850) (18 hours ago) [kenneth-arista] * c571d8bf - Allow NOT_IMPLEMENTED sai return status for availability monitoring API (#2848) (18 hours ago) [Tejaswini Chadaga] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Current:
Proposed:
- How I did it
Modify minigraph parser:
- How to verify it
Run load_minigraph and verify entries without IP prefix in config_db:
- Description for the changelog
This is to handle backward compatibility issues and to address the dependency with sonic-net/sonic-swss#796
- A picture of a cute animal (not mandatory but encouraged)