e397a118cc
Disabling a UDP pool didn't disable it correctly, requests were still
forwarded to the members.
Now, when disabling a UDP pool, the members are removed from the
configuration file.
Story 2010011
Task 45164
Change-Id: I7d92b011455d95a2df7782984b8f4648d4b00941
(cherry picked from commit f4b32ac313
)
6 lines
159 B
YAML
6 lines
159 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix disabled UDP pools. Disabled UDP pools were marked as "OFFLINE" but the
|
|
requests were still forwarded to the members of the pool.
|