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
{
...
Martin_Machacek
Nov 21, 2005Historic F5 Account
Your 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
}
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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