Skip to content

Changes

Summary

  1. log at NOTICE level if somebody uses loopback addresses. (details)
Commit 0bd5bb74c1bd313eeaac101f87a84cf71d017e8d by laforge
log at NOTICE level if somebody uses loopback addresses.

It appears a common mistake is to e.g. run remsim-server + remsim-bankd
on one machine and then instruct them to use localhost or other
loopback-routed addresses.  This won't work as that address is then
sent to a [remote] remsim-client that attempts to reach the bankd
at localhost.

Change-Id: I3b4eda10e81a705aef8d647a860890a74cba8f13
The file was modified src/server/rspro_server.c
The file was modified src/client/main_fsm.c