Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sonic-net/sonic-swss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 46bc1f483980c0f398b7d4b097b6b23a69254944
Choose a base ref
...
head repository: sonic-net/sonic-swss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 660530ea312ed0242f0c8f2d65bddef80f219440
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 9, 2019

  1. Warmboot Vlan neigh restore fix (#1040)

    * Send arp request after first Vlan member port is added
    
    * Add wait logic after Vlan member add, nbrmgr to wait for restore complete
    
    * Address comment to pass db as a parameter and open only once
    prsunny authored and yxieca committed Sep 9, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    345fdb6 View commit details
  2. Fix VLAN error introduced with new 4.9 kernel behavior (#1001)

    The change includes two parts:
    
    <1> Bring member out of default VLAN 1 upon putting port/lag in a VLAN
    
    <2> Second part was done by @tieguoevan ( https://github.com/tieguoevan) and incorporated here to avoid test error that would follow change <1>.
    
    Summary:
    The Bridge interface needs to be up all the time. Otherwise, the command bridge vlan will fail.
    Not sure it is a kernel bug, but it cause error when clear all vlan members and reconfigure it.
    
    create a dummy interface in the Bridge to keep it up all the time
    
    Signed-off-by: Jipan Yang <[email protected]>
    jipanyang authored and yxieca committed Sep 9, 2019
    Copy the full SHA
    660530e View commit details
Loading