vinceKahn_97184
Mar 14, 2011Historic F5 Account
GTM - Topology irule
I'm trying to create an irule that uses one of my defined topology records to make a decision. I thought maybe "matchregion" would do it but can't get it to work. Maybe this isn't what matchregion is for? But in the example below it doesn't matter if i say equal or not equal it's never true. Any ideas?
when DNS_REQUEST {
if { [matchregion [IP::client_addr] equals Parkwood] } {
host 10.1.1.1
}
}