Skip to content

[intfsorch] Wait for interface prior to prefix#796

Merged
prsunny merged 1 commit intosonic-net:masterfrom
marian-pritsak:wait
Jun 20, 2019
Merged

[intfsorch] Wait for interface prior to prefix#796
prsunny merged 1 commit intosonic-net:masterfrom
marian-pritsak:wait

Conversation

@marian-pritsak
Copy link
Collaborator

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]

What I did

Why I did it

How I verified it

Details if related

continue;
}

/* Wait for the Interface entry first */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to wait in intfmgr as well?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intfmgr does two tasks of setting IP address and enslaving interface to VRF, which are independent from one another

@marian-pritsak marian-pritsak force-pushed the wait branch 4 times, most recently from 8ecbcb3 to 32205af Compare February 18, 2019 11:05
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 prsunny merged commit 185e9a1 into sonic-net:master Jun 20, 2019
@prsunny prsunny changed the title DO NOT MERGE: [intfsorch] Wait for interface prior to prefix [intfsorch] Wait for interface prior to prefix Jun 20, 2019
@wendani
Copy link
Contributor

wendani commented Jun 20, 2019

:shipit:

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants