-
Committer:
Teddy Hogeborn
-
Date:
2016-06-03 18:28:39 UTC
-
Revision ID:
teddy@recompile.se-20160603182839-064dp506ht0ylzrt
mandos: Bug fix for Python 2.7 and the "--interface" option
* mandos: Try harder at program start to find correct value of
SO_BINDTODEVICE, even if it is missing from the Python
standard libraries.
(IPv6_TCPServer.server_bind): If SO_BINDTODEVICE was not found, fall
back to a hard-coded value (and emit
warning).
Reported-by: Valerio Bellizzomi <valerio@selnet.org>