From 7b9b2b19d33ae411329c4f1d7ba9b349ab80ff9a Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 6 Mar 2014 16:02:20 -0600 Subject: [PATCH] Document changes. --- documentation/RELEASE_NOTES.html | 7 +++++++ src/ca/client/CAref.html | 15 ++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index e0d26ef01..3c1634639 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -15,6 +15,13 @@ EPICS Base 3.15.0.x releases are not intended for use in production systems.

Changes between 3.15.0.1 and 3.15.0.2

+

Implement EPICS_CAS_INTF_ADDR_LIST in rsrv

+ +

The IOC server can now bind to a single IP address (and optional port number) +read from the standard environment parameter EPICS_CAS_INTF_ADDR_LIST. +Additional addresses included in that parameter after the first will be ignored +and a warning message displayed at iocInit time.

+

Added echo command to iocsh

The single argument string may contain escaped characters, which will be diff --git a/src/ca/client/CAref.html b/src/ca/client/CAref.html index 9753a151d..98dbdd5e5 100644 --- a/src/ca/client/CAref.html +++ b/src/ca/client/CAref.html @@ -796,7 +796,7 @@ been done to address this issue so far).

EPICS_CAS_BEACON_ADDR_LIST - {N.N.N.NN.N.N.N:P...} + {N.N.N.N N.N.N.N:P ...} EPICS_CA_ADDR_LIST1 @@ -811,12 +811,12 @@ been done to address this issue so far).

EPICS_CAS_INTF_ADDR_LIST - {N.N.N.NN.N.N.N:P...} + {N.N.N.N N.N.N.N:P ...} <none> EPICS_CAS_IGNORE_ADDR_LIST - {N.N.N.NN.N.N.N:P...} + {N.N.N.N N.N.N.N:P ...} <none> @@ -874,8 +874,13 @@ network interfaces. Specifically, UDP search messages addressed to both the IP addresses in EPICS_CAS_INTF_ADDR_LIST and also to the broadcast addresses of the corresponding LAN interfaces will be accepted by the server. By default, the CA server is accessible from all network interfaces configured into its -host. In R3.14 and previous releases the CA server employed by iocCore does -not implement this feature.

+host.

+ +

In R3.14 and previous releases the CA server employed by iocCore did not +implement the EPICS_CAS_INTF_ADDR_LIST feature. In this release the iocCore +server will read the first IP address from the parameter variable and use that +to select which interface to bind to. Any additional IP addresses will be +ignored and a warning message displayed during IOC initialization.

Ignoring Process Variable Name Resolution Requests From Certain Hosts