diff options
author | Ben Pfaff <blp@ovn.org> | 2017-12-08 14:21:18 -0800 |
---|---|---|
committer | Ben Pfaff <blp@ovn.org> | 2017-12-08 14:21:19 -0800 |
commit | 14347f3e8276e555eeffb03e9e07564f1634f0db (patch) | |
tree | 394d3192e0d5fea922fc20c3750eb3147366da36 /appveyor.yml | |
parent | 1cae21eece9f83d6540b2d28c0f6851303471c6c (diff) | |
download | openvswitch-14347f3e8276e555eeffb03e9e07564f1634f0db.tar.gz |
stream-unix: Give accepted sockets distinct names for log messages.
At least on Linux, when process A connects to process B over a Unix
domain socket, unless process A bound its socket to a name before
it made the connection, process B gets an empty peer name. Until
now, OVS has just reported the name of the connection as "unix".
This is not meaningful, of course. I do not know of a good general
solution to this problem, but this commit attempts a step in the
right direction by at least giving each connection of this kind a
number: "unix#1", "unix#2", and so on. That way, in log messages
one can at least see which messages are related to a particular
connection.
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'appveyor.yml')
0 files changed, 0 insertions, 0 deletions