# Name: iRule_Name_v1.0 # Author: Name # Contact: email@email.com # Date: # Description:iRule template for standardisation # Search/Replace "iRule_Name" in all static variables with the actual given iRule name # # Change Log # Version Change Date # 1.0 # 1.1 # 1.2 when RULE_INIT { #set static variables # #set debug mode (0=off, 1=on (log Local)) set static::iRule_Name_v1.0_debug 0 } when HTTP_REQUEST { #Code goes here } when HTTP_RESPONSE { #Code goes here }