Forum Discussion
yammy1688_99834
Nimbostratus
Mar 30, 2011class variable pairs possible?
when CLIENT_ACCEPTED {
if {[IP::addr [IP::client_addr] equals "10.64.40.0/24"] } {
node 10.64.40.2
} elseif {[IP::addr [IP::client_addr] equals "10.64.41.0/24"] } {
...
yammy1688_99834
Nimbostratus
Apr 01, 2011made a small change to it too, otherwise it broke other stuff since it's being applied to a 0.0.0.0/0.0.0.0 forwarding VS.
when CLIENT_ACCEPTED {
if {[class match [IP::client_addr] equals subnets] } {
set dest [class match -value [IP::client_addr] equals subnets]
node $dest
}
}
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