For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

15 Replies

  • when HTTP_REQUEST { 
      if { [class match [IP::client_addr] equals ip-blacklist] } { 
        log local0. "[IP::client_addr] blocked due to blacklisting on virtual [virtual name]. Desired FQDN: [HTTP::Host]"
        reject 
      }
    }
    
  • getting this when I try to save irule:

     

    error: [undefined procedure: HTTP::Host][HTTP::Host]