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: JaiOCP/SAI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: opencomputeproject/SAI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 13, 2025

  1. Fix: "INVAILD" typo in enum '_sai_dash_flow_entry_bulk_get_session_fi…

    …lter_key_t' (opencomputeproject#2224)
    
    This PR fixes a typo in the enum definition for dash_flow_entry_bulk_get_session_filter_key_t where the member INVAILD is corrected to INVALID.
    
    Changes:
    
    saitypesextensions.h: Renamed enum member INVAILD → INVALID.
    Following will be pushed to DASH's repo once these SAI repo changes are merged.
    
    dash_headers.p4: Renamed enum member INVAILD → INVALID.
    f4ni authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    0319490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b9ee13 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Seamless BFD (S-BFD) (opencomputeproject#2220)

    Signed-off-by: Jason Bos <[email protected]>
    j-bos authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    873b0d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Replicate VXLAN UDP sport security to switch level (opencomputeprojec…

    …t#2195)
    
    - Add SAI_SWITCH_TUNNEL_ATTR_VXLAN_UDP_SPORT_SECURITY attribute to drop tunnel packets with UDP source port outside allowed range
    - Add documentation for UDP source port validation on VXLAN packet ingress
    - Update both saiswitch.h and saitunnel.h with security clarifications
    
    Signed-off-by: Marian Pritsak <[email protected]>
    marian-pritsak authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    58d95ce View commit details
    Browse the repository at this point in the history
Loading