bb4f50f798
Disabled UDP listeners appeared as ONLINE, as the heartbeat message always showed listeners as OPEN, even if disabled. This commit fixes the configuration file for UDP listeners, previously enabling or disabling a UDP listener created the same config file. Now disabling a UDP listener explicitly adds a comment in the file. Based on this comment, the heartbeat message doesn't include status updates for disabled UDP listeners. Story: 2007979 Task: 40605 Change-Id: I400dde533f78bc14ee568bfd9714eafac97e8a39
7 lines
239 B
YAML
7 lines
239 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix operational status for disabled UDP listeners. The operating status of
|
|
disabled UDP listeners is now OFFLINE instead of ONLINE, the behavior is now
|
|
similary to the behavior of HTTP/HTTPS/TCP/... listeners.
|