oidentd (2.0.8-4) README.Debian

Summary

 README.Debian |   10 ++++++++++
 1 file changed, 10 insertions(+)

    
download this patch

Patch contents

--- oidentd-2.0.8.orig/README.Debian
+++ oidentd-2.0.8/README.Debian
@@ -0,0 +1,10 @@
+Documentation:
+==============
+
+Rick Dicaire <kritek@gmail.com> discovered, that by default if ipv4 and ipv6
+addresses for an interface are present, oidentd only uses the ipv4 address. 
+
+A workaround is to set /proc/sys/net/ipv6/bindv6only to 1 according to
+http://www.kernel.org/doc/man-pages/online/pages/man7/ipv6.7.html
+
+This workaround address bug #533604 and #520134