From 877dc12d35484df93f75fc23ffc2735d9a4dfa6e Mon Sep 17 00:00:00 2001 From: Henrique Silva Date: Tue, 29 Aug 2023 11:34:04 +0200 Subject: [PATCH] Include table with all environment variables --- documentation/netconfig.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/documentation/netconfig.rst b/documentation/netconfig.rst index 83800b6..7d0c6bb 100644 --- a/documentation/netconfig.rst +++ b/documentation/netconfig.rst @@ -72,3 +72,38 @@ Examples include: IPv6 multicast address, with Time To Live set to 1 (roughly equivalent to IPv4 broadcast). Send via the network interface named ``br0``. Use default port number. + +Environment variables +--------------------- + ++----------------------------------+--------+--------+ +| Variable | Client | Server | ++==================================+========+========+ +| EPICS_PVA_ADDR_LIST | x | x | ++----------------------------------+--------+--------+ +| EPICS_PVAS_BEACON_ADDR_LIST | | x | ++----------------------------------+--------+--------+ +| EPICS_PVA_AUTO_ADDR_LIST | x | x | ++----------------------------------+--------+--------+ +| EPICS_PVAS_AUTO_BEACON_ADDR_LIST | | x | ++----------------------------------+--------+--------+ +| EPICS_PVAS_INTF_ADDR_LIST | | x | ++----------------------------------+--------+--------+ +| EPICS_PVA_SERVER_PORT | x | x | ++----------------------------------+--------+--------+ +| EPICS_PVAS_SERVER_PORT | | x | ++----------------------------------+--------+--------+ +| EPICS_PVA_BROADCAST_PORT | x | x | ++----------------------------------+--------+--------+ +| EPICS_PVAS_BROADCAST_PORT | | x | ++----------------------------------+--------+--------+ +| EPICS_PVAS_IGNORE_ADDR_LIST | | x | ++----------------------------------+--------+--------+ +| EPICS_PVA_CONN_TMO | | x | ++----------------------------------+--------+--------+ +| EPICS_PVA_NAME_SERVERS | x | | ++----------------------------------+--------+--------+ +| EPICS_PVA_BROADCAST_PORT | x | | ++----------------------------------+--------+--------+ +| EPICS_PVA_CONN_TMO | x | | ++----------------------------------+--------+--------+