Forum Discussion
whisperer
MVP
Apr 25, 2013Virtual Statement String Processing
Having some issues with the 'virtual' statement within a v9 iRule. The code basically includes the following pertinent statements:
when HTTP_REQUEST {
set app_pool [LB::server pool] ...
Kevin_Stewart
Employee
Apr 25, 2013Try this and review/report your findings:
when HTTP_REQUEST {
set app_pool [LB::server pool]
log local0. "app_pool = $app_pool"
log local0. "virtual = ${app_pool}_SOME_STRING"
virtual "${app_pool}_SOME_STRING"
unset app_pool
}
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