Forum Discussion
jonathan_voigt_
Nimbostratus
Jul 08, 2013class match changes in 11.3 from 10.2?
I have an iRule that doesn't get fired for some reason in 11.3 HF5, it works fine in 10.2.3;
snippet below;
if {[class match $uri starts_with Our_WebApps ]}{
log "a...
jonathan_voigt_
Nimbostratus
Jul 08, 2013set uri [HTTP::uri]
Our_WebApps datagroup;
ltm data-group internal /Common/Our_WebApps {
records {
/app1 { }
/apps2 {}
}
type string
}
seems adding -index seems to make it fire now...
e.g.
if {[class match -index $uri starts_with Our_WebApps ]}{
thx
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