Forum Discussion

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

is it possible to consolidated multiple irules ito one irule

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