[intfsorch] Wait for interface prior to prefix#796
Merged
prsunny merged 1 commit intosonic-net:masterfrom Jun 20, 2019
Merged
Conversation
prsunny
reviewed
Feb 17, 2019
| continue; | ||
| } | ||
|
|
||
| /* Wait for the Interface entry first */ |
Collaborator
There was a problem hiding this comment.
Do we need to wait in intfmgr as well?
Collaborator
Author
There was a problem hiding this comment.
intfmgr does two tasks of setting IP address and enslaving interface to VRF, which are independent from one another
8ecbcb3 to
32205af
Compare
Interface table entries must be handled in the following order: 1. INTF_NAME 2. INTF_NAME:PREFIX We need to wait for interface with VRF information prior to creating IP addresses Signed-off-by: Marian Pritsak <[email protected]>
prsunny
approved these changes
Apr 6, 2019
Contributor
|
|
wendani
pushed a commit
to wendani/sonic-swss
that referenced
this pull request
Jun 28, 2019
Interface table entries must be handled in the following order: 1. INTF_NAME 2. INTF_NAME:PREFIX We need to wait for interface with VRF information prior to creating IP addresses Signed-off-by: Marian Pritsak <[email protected]>
seiferteric
pushed a commit
to project-arlo/sonic-buildimage
that referenced
this pull request
Oct 14, 2019
* Update src/sonic-swss from branch 'broadcom_sonic'
to 30baf0169f07c445a26269008ef661f7816356d1
- Merge "[JIRA SONIC-694] Placeholder for VRF Lite support" into broadcom_sonic
- [JIRA SONIC-694] Placeholder for VRF Lite support
PRs for VRF Lite feature support
https://github.com/tylerlinp/sonic-swss/commits/vrf
sonic-net/sonic-swss#796
Wait for interface prior to prefix
Interface table entries must be handled in the following order:
1. INTF_NAME
2. INTF_NAME:PREFIX
We need to wait for interface with VRF information prior to creating IP
addresses
Fix for defects : SONIC-352,505,302,617 updated for VRF cases by
Utpal
Change-Id: Ie411315a4c118104845c61c5e371f1ea57290b98
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
Current PFC cli only allows operators to enable/disable per-port asymmetric PFC. I extend add new commands to 1) enable/disable PFC on a given priority of a given port and 2) check PFC configuration. I also link all these commands to show and config utilities. Signed-off-by: Wei Bai [email protected] Co-authored-by: lguohan <[email protected]>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
…c-net#796) When doing warm boot from older SAI (201811) to master some attributes maybe not implemented in previous version, but they are expected to be present on new version. Special logic is required to populate those default attributes after warm boot.
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
Interface table entries must be handled in the following order: 1. INTF_NAME 2. INTF_NAME:PREFIX We need to wait for interface with VRF information prior to creating IP addresses Signed-off-by: Marian Pritsak <[email protected]>
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.
Interface table entries must be handled in the following order:
We need to wait for interface with VRF information prior to creating IP
addresses
Signed-off-by: Marian Pritsak [email protected]
What I did
Why I did it
How I verified it
Details if related