Forum Discussion
Sashi_81625
Apr 02, 2012Nimbostratus
when CLIENT_ACCEPTED {
set client_ip [getfield [IP::remote_addr] . 4]
if { $client_ip < 5 } {
pool POOLA
}
else {
pool POOLB
}
}
set client_ip [getfield [IP::remote_addr] . 4]
if { $client_ip < 5 } {
pool POOLA
}
else {
pool POOLB
}
}