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

config/mt: Add vlan-tuple MT selector #9747

Closed
wants to merge 2 commits into from
Closed

Commits on Nov 3, 2023

  1. doc/mt: Document vlan-tuple selector

    Issue: 6237
    
    The VLAN tuple selector uses a tuple of values to select a tenant.
    - [ vlan-outermost, vlan-innermost]
    
    The tuple can contain as many VLAN values as supported by Suricata -
    currently 3.
    
    Each of these can accept a wild-card value (0).
    
    The tenant is selected by matching packet VLAN values with the selector
    values.
    jlucovsky committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e96db4f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. detect/mt: Add support for vlan-tuple selector

    Issue: 6237
    jlucovsky committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    54a8b2d View commit details
    Browse the repository at this point in the history