Actions
Bug #1530
closedmultitenant mapping relation
Affected Versions:
Effort:
Difficulty:
Label:
Description
If there is a tenant id/yaml specified but no mapping - there should be an err/warning msg. Currently there is no msg with the following case below:
multi-detect: enabled: yes #selector: direct # direct or vlan selector: vlan loaders: 1 tenants: - tenant: id: 1 yaml: /etc/suricata/peter-yaml/tenant-47.yaml # - tenant: # id: 2 # yaml: /etc/suricata/tenant-2.yaml # mappings: # - vlan: # vlan-id: 47 # tenant-id: 1 # - vlan: # vlan-id: 4092 # tenant-id: 2
Actions