Forum Discussion

Mike_Clark_6238's avatar
Mike_Clark_6238
Historic F5 Account
Sep 19, 2007

noerror?

Hi, I'm teaching a GTM class and use the following iRule to demonstrate :

 

 

when DNS_REQUEST {

 

if ( [DNS::rrtype] equals "AAAA" } {

 

noerror

 

}

 

}

 

 

 

My question is, what exactly does "noerror" do? I can't find it listed in the docs...

 

 

Thanks tons!

 

 

Mike

1 Reply

  • From what I can tell, it returns an empty DNS respose with a no-error status. Basically telling the client that the response is empty but not because of an error.

     

     

    -Joe