Skip to content
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

[orchagent]: Support LAG/VLAN with SAI 1.0 #250

Merged
merged 2 commits into from
Jul 12, 2017
Merged

Commits on Jul 12, 2017

  1. [orchagent]: Support LAG/VLAN with SAI 1.0

    1. Change the initialization order
       After switch initialization, remove all VLAN members from the default
       VLAN and all bridge ports from the default .1Q bridge. Later, router
       interfaces and LAG members could be created directly upon the raw ports.
    2. VLAN members are created by first creating the corresponding .1Q bridge
       ports and then using the bridge ports to create VLAN members.
    3. Remove bimap data structure as bridge port ID is not one to one mapping
       to port ID. Further work is needed to support multiple bridge port per
       port scenarios.
    4. Fix ECMP group member removal issue. Use set to store member IDs per
       next hop group.
    Shu0T1an ChenG committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    b749b1a View commit details
    Browse the repository at this point in the history
  2. Replace XXX with FIXME

    Shu0T1an ChenG committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    9ab2dce View commit details
    Browse the repository at this point in the history