Forum Discussion
Lu_Zigui_2917
Nimbostratus
Nov 19, 2005Why the define rule is error
Hi,
I am in trouble,the next rule cann't pass the check?
rule waprule {
if (http_header contains "X-UP-CALLING-LINE-ID=")
{
pool wap_http_wap1
}
else
{
pool WapForOpera
}
}
- Martin_MachacekHistoric F5 AccountYour rules are missing use in front of pool. The correct syntax is:
rule waprule { if (http_header contains "X-UP-CALLING-LINE-ID=") { use pool wap_http_wap1 } else { use pool WapForOpera } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects