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

Eric_Werner_283's avatar
Eric_Werner_283
Icon for Nimbostratus rankNimbostratus
Aug 12, 2010

Use of pipe in if statement

I'm trying to find out if I can configure an if statement that checks for one of a series of possible values, like this: if { $avp_code == 304|305|309} { do stuff } Is the syntax correct, or wou...