Or_A_157009
Mar 01, 2016Cirrus
F5 iRule - Change node dynamically and keep the default pool
Hello,
i have written an iRule that changes the destination ip of the http request, it's done by:
node $destProxy $destPort
after doing that the request goes to the default gateway of the f5 appliance instead of the default pool assigned to the virtual server.
i guess the node overrides the default pool.
is there a way to use the node inside the iRule and keep the default pool?
just to mention, the default pool has more than one nodes so it cannot be the default gateway.
thanks
or