Forum Discussion
DM_5174
Nimbostratus
Feb 13, 2012POSSBILE BUG WITH MATCHCLASS ON LTM??
Hi All,
I have an issue that does not make any sense since the same code works for another
irule when applied to a different virtual server.
Below is a maintenance redirect i...
hoolio
Cirrostratus
Feb 13, 2012For 9.3.x, I think you'll have an issue with the hyphen in the data group name. You can either escape it with curly braces:
if {!([matchclass [IP::client_addr] equals ${::CORPORATE-ISP}])}{
Or replace the hyphen with an underscore in both the data group name and the iRule reference:
if {!([matchclass [IP::client_addr] equals $::CORPORATE_ISP])}{
And there are a thousand reasons (bug fixes, security fixes, feature enhancements) to upgrade from 9.3.1. 10.2.3 would be a good option for a stable version.
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