Forum Discussion
chris_connell_1
Nimbostratus
Aug 10, 2009if/else vs case statement.
Hello
I'm wandering if its better to try and use a case statement for this irule, so if the dest ip is in the blacklist we discard, if the source is in $client_sources we send to ingres...
The_Bhattman
Nimbostratus
Aug 10, 2009As you mentioned you are using 2 different conditions which means switch statement will add no value in your code.