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: Host interface tag processing #328

Merged
merged 3 commits into from
Dec 7, 2017

Commits on Nov 29, 2017

  1. Host interface tag processing

    Before SAI_HOSTIF_VLAN_TAG_ORIGINAL is supported by libsai from all asic vendors, the VLAN tag on hostif is explicitly controlled with SAI_HOSTIF_VLAN_TAG_STRIP & SAI_HOSTIF_VLAN_TAG_KEEP attributes.
    
    When a port/LAG is in 1Q bridge, SAI_HOSTIF_VLAN_TAG_KEEP is set for SAI_HOSTIF_ATTR_VLAN_TAG, for all other cases SAI_HOSTIF_VLAN_TAG_STRIP will be used.
    
    Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
    jipanyang committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    13347ab View commit details
    Browse the repository at this point in the history
  2. By default vlan tag is stripped, no need to set SAI_HOSTIF_VLAN_TAG_S…

    …TRIP explicitly at init.
    
    Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
    jipanyang committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    1a473c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    f248a2a View commit details
    Browse the repository at this point in the history