Feature: Restrict watchdog and heartbeat receiver to listen only on configured addresses.
authorBo Peng <pengbo@sraoss.co.jp>
Fri, 22 Aug 2025 04:37:58 +0000 (13:37 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Fri, 22 Aug 2025 04:37:58 +0000 (13:37 +0900)
commit94b62a93c149bdaa7c546e387e479c287d3e10f9
treef32e461d759d9c54db28092408dcd223c23a4af2
parentee1af740f6cd80573ce4848509ea3ef837206e6b
Feature: Restrict watchdog and heartbeat receiver to listen only on configured addresses.

Previously, both the watchdog and heartbeat receiver processes listen on all interfaces.
For security reasons, they now listen only on the addresses
specified by "hostname" and "heartbeat_hostname".
src/config/pool_config_variables.c
src/include/pool_config.h
src/watchdog/watchdog.c
src/watchdog/wd_heartbeat.c
src/watchdog/wd_lifecheck.c