rseibert wrote:You should be able to do an OR statement
match (RT_FLOW|WEBFILTER_URL_BLOCKED)
Thank you! It already work, but with quotes instead of parenthesis:
match "RT_FLOW|WEBFILTER_URL_BLOCKED";
rseibert wrote:You should be able to do an OR statement
match (RT_FLOW|WEBFILTER_URL_BLOCKED)
Thank you! It already work, but with quotes instead of parenthesis:
match "RT_FLOW|WEBFILTER_URL_BLOCKED";