Forum Discussion

john_waterworth's avatar
john_waterworth
Icon for Nimbostratus rankNimbostratus
Oct 06, 2010

consolidate multiple irules in to one irule

is possible to consolidate the following irules into one rule ?     when HTTP_REQUEST {   if { [string tolower [HTTP::uri]] contains "/mtp/" } {   drop   }   }   ...