From ce29419d3d5ecd70d13e8ca3614ca322613b5112 Mon Sep 17 00:00:00 2001
From: Jeff Hill
If a host based IOC is run on the same workstation with standalone CA client processes, then it is probably best to start the caRepeater process @@ -741,16 +741,21 @@ Interval.
CA servers build a list of addresses to send beacons to during initialization. If EPICS_CAS_AUTO_BEACON_ADDR_LIST has the value "YES" then -the beacon address list will contain at least the broadcast address of all -LAN interfaces found in the host and the destination address of all -point-to-point interfaces found in the host.
+the beacon address list will be automatically configured to contain the +broadcast addresses of all LAN interfaces found in the host and the +destination address of all point-to-point interfaces found in the host. +However, if the user also defines EPICS_CAS_INTF_ADDR_LIST then beacon +address list automatic configuration is constrained to the network interfaces +specified therein, and therefore only the broadcast addresses of the +specified LAN interfaces, and the destination addresses of all specified +point-to-point links, will be automatically configured.If EPICS_CAS_BEACON_ADDR_LIST is defined then its contents will be used to -augment this list. Individual entries in EPICS_CAS_BEACON_ADDR_LIST may -override the destination port number if ":nnn" follows the host name or IP -address there. Alternatively, if EPICS_CAS_BEACON_ADDR_LIST is not defined, -EPICS_CA_ADDR_LIST is defined, and EPICS_CAS_INTF_ADDR_LIST is not defined, -then the contents of EPICS_CA_ADDR_LIST will be used to augment the list. +augment any automatic configuration of the beacon address list. Individual +entries in EPICS_CAS_BEACON_ADDR_LIST may override the destination port +number if ":nnn" follows the host name or IP address there. Alternatively, +when both EPICS_CAS_BEACON_ADDR_LIST and EPICS_CAS_INTF_ADDR_LIST are not +defined then the contents of EPICS_CA_ADDR_LIST is used to augment the list. Otherwise, the list is not augmented.
The EPICS_CAS_BEACON_PORT parameter specifies the destination port for