Brian_69413
Apr 05, 2012Nimbostratus
Clone Pool by client IP not working
I am trying to clone syslog data coming into a VIP to a secondary pool. I have the below iRule. I see the traffic hit the main pool and I know the rule fires based on the logs, but not a thing hits the secondary pool. Am I missing something?
when CLIENT_DATA {
if { [IP::client_addr] equals "1.1.1.1" }{
log local0. "Sent data to clone pool!"
clone pool clonepool.domain.com
}
}
Thanks,
Brian