Snort mailing list archives

Snort 3 per DAQ-instance variables


From: Y M via Snort-devel <snort-devel () lists snort org>
Date: Wed, 22 Jul 2020 10:48:29 +0000

It looks like overriding individual DAQ-instance variables was removed as some point since the 'instances' 
configuration is no longer available. Does this mean that there is no need or ability to configure them? Looking at the 
current configurable items, variables are only applicable globally.  I don't have specific use-case, just trying to 
understand. For example, it was possible to configure DAQ such as:

daq = {
 module_dirs = {
 '/usr/local/lib/daq'
    },
 module = 'afpacket',
 input_spec = 'ens192',
 variables = {
 'lb_total=2',
 'fanout_type=hash'
    },
 instances = {
        {
             id = 0,
            variables = {
                'lb_id=1'
            }
        },
        {
            id = 1,
            variables = {
                'lb_id=2'
            }
        }
    }
}

Thank you.
YM
_______________________________________________
Snort-devel mailing list
Snort-devel () lists snort org
https://lists.snort.org/mailman/listinfo/snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

Current thread: