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

exception/policy: use pkt action if no flow support (60x backports) - v1 #8646

Merged

Commits on Mar 29, 2023

  1. exception/policy: use pkt action if no flow support

    Defrag memcap and flow memcap do not support flow action for the
    exception policies, as there is no flow when the exception condition is
    hit. In such cases, the exception policy must be considered for the
    packet only, when that makes sense, or should be ignored, in case of
    `bypass`.
    
    Bug OISF#5940
    
    (cherry picked from commit d4333fb)
    jufajardini committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e9da337 View commit details
    Browse the repository at this point in the history
  2. docs: clarify exception policy's supported values

    As flow.memcap-policy and defrag.memcap-policy do not support flow
    actions, clarify that in the documentation. Also fix some typos, and
    add missing values in some places where the exception policies were
    explained.
    
    Related to
    Bug OISF#5940
    
    (cherry picked from commit 31066c7)
    jufajardini committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    35b2756 View commit details
    Browse the repository at this point in the history