20-Jul-2021 03:08
Hello!
when HTTP_REQUEST {
$pool="WWW"
$port="1234"
$ip="192.168.1.100"
set status [LB::status pool $pool member $ip $port]
log local0. "$status"
} - return down state when pool member is up.
Can't understand such behavior. Tried to add partition name before pool name, nothing helps.
Help me please.
20-Jul-2021 04:27
Solved. Route domain ...
25-Jul-2021 11:21
thanks for sharing