Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Eric_Werner_283's avatar
Eric_Werner_283
Icon for Nimbostratus rankNimbostratus
15 years ago

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...