Create Multifiler
- Creates a multi ethernet filter. i.e., a filters from a list of filters. The operation between filters
could be OR - AND.
Arguments Description
operator (str): The operation that will be performed between filters.
args (list): The list of the filters. Each filter is a dictionary.
Returns
mtf_eth_multi_filter: The ethernet filter
Example
Create Multifiler OR ${dict_filter_1} ${dict_filter_2}