We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109644e commit a884109Copy full SHA for a884109
1 file changed
DATA/common/setenv_calib.sh
@@ -196,6 +196,7 @@ get_proxy_connection()
196
CONNECTION+=",transport=zeromq"
197
fi
198
local PROXY_CONN="$NAMEPROXY $NAMEPROXYCHANNEL --channel-config \"name=aggregator-proxy-$1,$CONNECTION,rateLogging=1\""
199
+ [[ $EPNSYNCMODE == 1 ]] && PROXY_CONN+=" --network-interface ib0"
200
if [[ "0$GEN_TOPO_VERBOSE" == "01" ]]; then
201
echo PROXY_CONN = $PROXY_CONN 1>&2
202
0 commit comments