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

next/56/20230703/v1 #9134

Closed
wants to merge 3 commits into from
Closed

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    a30ce4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2739f7e View commit details
    Browse the repository at this point in the history
  3. exception: fix use of master switch with default

    If an exception policy wasn't set up individually, use the GetDefault
    function to pick one. This will check for the master switch option and
    handle 'auto' cases.
    
    Instead of deciding what the auto value should be when we are parsing
    the master switch, leave that for when some of the other policies is to
    be set via the master switch, when since this can change for specific
    exception policies - like for midstream, for instance.
    
    Update exceptions policies documentation to clarify that the default
    configuration in IPS when midstream is enabled is `ignore`, not
    `drop-flow`.
    
    Bug OISF#6169
    jufajardini authored and victorjulien committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    39ec3d1 View commit details
    Browse the repository at this point in the history