Forum Discussion
Mike_Maher
Mar 02, 2012Nimbostratus
TCL with iRule in v11.1
I have the following iRule that went through an upgrade from 10.2.0 to 11.1, and I now seeing some TCL errors. I am pretty sure it has to do with the way I am referencing the Data Group, but I am not...
Misty_Spillers
Mar 07, 2012Nimbostratus
I'm bumping this because I have the same question. In my case I'm going from 9.4.4 to 11.1 and I'm thinking this iRule is going to give me issues. I see a lot of examples going to version 10 not too many for 11, I don't know if its different.
How should this look in version 11?
when CLIENT_ACCEPTED {
if { [IP::addr [IP::remote_addr] equals 10.10.10.10 ] or [matchclass [IP::remote_addr] equals $::ext_net ] } {
pool ssh
} else {
discard
}
}
Thanks in advance,
Misty
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