pmilot_109870
Mar 02, 2011Nimbostratus
iRule help
HI guys,
I used this iRule for a long time on 4.x. Replacing my old 1500 with LTM1600 and trying to convert the rule to work on the LTM. Anyone can point out what is wrong with the syntax ?
if (client_addr == 10.10.10.10) {
use pool Server_Node_1
}
else {
use pool Server_Node_2
}
Thanks
Pat