Forum Discussion
Feb 05, 2010
One Vs for Redirects
This should be an easy one..
I want to use one VS for a bunch of redirects, a catch all of sorts.. If for some reason this is a bad idea just let me know.
The redirect on...
hoolio
Cirrostratus
Feb 25, 2010Or maybe it's this known issue in 9.4.x?
iRule TCL class coerced to wrong type (CR87914)
If an iRule uses a TCL class as a command, the class is coerced into a TCL command name which renders is useless for any typical class use.
Using the class in a matchclass command, causes an error as the command expects a class variable. Errors such as Invalid command name or Invalid matchclass operands are then written to the /var/log/ltm file.
Example code:
class valid_methods {
"GET"
"HEAD"
"OPTIONS"
"POST"
}
rule error_rule {
when HTTP_REQUEST {
log local0. "Hello [$::valid_methods]"
}
}
Did you have square braces around the datagroup name at some point? If so, running 'b load' should fix this.
Aaron
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