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

[action] [PR:11459] [dualtor-aa][nic_simulator] Improve the upstream flow #11687

Merged
merged 1 commit into from
Feb 15, 2024

Commits on Feb 12, 2024

  1. [dualtor-aa][nic_simulator] Improve the upstream flow (sonic-net#11459)

    From the ovs doc, if mod-flow is used without --strict, priority is not
    used in matching.
    This will cause problem for downstream set_drop when
    duplicate_nic_upstream is disabled.
    
    For example:
    
    When set_drop is applied to upstream_nic_flow(#1), mod-flow will match both
    flow #2 and flow  sonic-net#3 as priority is not used in flow match.
    
    So let's enforce strict match for mod-flow.
    
    Signed-off-by: Longxiang Lyu <lolv@microsoft.com>
    lolyu authored and mssonicbld committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d7340f7 View commit details
    Browse the repository at this point in the history