iRule blocks
1 Topicusing curly braces "{" or "}" in a comment in an iRule
Hi All, I notice that if you use curly braces in a comment inside an iRule, the the BIGIP system count for it in the parsing process and this can lead to parsing error or it may case the iRule to function unexpectedly. I think this behavior needs to be fixed. Example: If you type the below iRule, the GUI will generate parsing error: when HTTP_REQUEST { # This is a comment } } In the other hand, below iRule will be accepted by GUI: when HTTP_REQUEST { # This is a comment } Thanks.782Views0likes4Comments