Skip to content
Snippets Groups Projects

Restrict test CA requests to localhost

Merged Krisztián Löki requested to merge local-caget into master
All threads resolved!
4 files
+ 29
6
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 4
0
 
export EPICS_CA_ADDR_LIST=localhost
 
export EPICS_CA_AUTO_ADDR_LIST=NO
 
export PATH=`ls -dr1 /epics/base-*/bin/linux-x86_64/ | head -1`:$PATH
 
caget "$@"
Loading