IPv6 is now supported
authoraland <aland>
Fri, 20 Apr 2007 13:19:27 +0000 (13:19 +0000)
committeraland <aland>
Fri, 20 Apr 2007 13:19:27 +0000 (13:19 +0000)
src/modules/rlm_realm/rlm_realm.c

index 87a3f67..abaee84 100644 (file)
@@ -70,11 +70,6 @@ static int check_for_realm(void *instance, REQUEST *request, REALM **returnrealm
        /* initiate returnrealm */
        *returnrealm = NULL;
 
-       if (request->packet->src_ipaddr.af != AF_INET) {
-               DEBUG2("rlm_realm: IPv6 is not supported!");
-               return 0;
-       }
-
        /*
         *      If the request has a proxy entry, then it's a proxy
         *      reply, and we're walking through the module list again.