iRules IP Comparison Considerations with IP::addr Command
Anyone utilizing IP network comparisons in iRules is probably familiar with this syntax:
if { [IP::addr [IP::client_addr]/24 equals 10.10.20.0] } {
# Do this
}
In fact, there are several m...
Published Apr 01, 2011
Version 1.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Carl_Brothers
Apr 08, 2011Employee
Perfect! I was looking for something like this with APM for Citrix to get around one of the data class requirements in the initial APM Citrix deployment guides.