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.
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.
+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).
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.