Hello Robert,

> even though I officially don't maintain polw, I want to
> thank Jonas Genannt for his work to start on IPv6 support.
> 
> 0.1.15 devel-x should be dedicated to stabilize/test IPv6.

thanks for including my patch to your upstream release. I have noticed
that I have send you an unclean patch. 

Please have a look at the new patch against 0.1.15 devel-1, this patch
remove the lines "no Ipv6 support yet".

Greets,
        Jonas
--- policyd-weight-devel.orig	2008-09-24 12:42:27.000000000 +0200
+++ policyd-weight-devel	2008-09-24 12:42:44.000000000 +0200
@@ -1742,11 +1742,6 @@ sub weighted_check
 
     my $cansw;
 
-    if(index($ip,":") != -1)
-    { 
-        #return ('DUNNO IPv6');               # we have no IPv6 support for now
-    }
-
     my $client_name = $attr{client_name}              || '';
     my $helo        = $attr{helo_name}                || '';
     my $from        = address_stripped($attr{sender}) || '';

Reply via email to