]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Bug #396 - Disable wildcards for now to prevent this happening
authorDanny Mayer <mayer@ntp.org>
Thu, 17 Mar 2005 20:35:36 +0000 (15:35 -0500)
committerDanny Mayer <mayer@ntp.org>
Thu, 17 Mar 2005 20:35:36 +0000 (15:35 -0500)
bk: 4239ea18SkZrCbyXpYBnxXQQ8N-1Rg

ntpd/ntp_io.c

index 1a1ef67e07155f4a3fff9b931343f0926e940e7f..cf0011ac2a2b336d0e03f9e48072c5f462b2eebb 100644 (file)
@@ -554,10 +554,17 @@ create_sockets(
                        netsyslog(LOG_ERR, "no IPv4 interfaces found");
 #endif
 #ifdef UDP_WILDCARD_DELIVERY
+               /*
+                * Do not allow creation of wildcard address
+                * sockets since it appears that it could
+                * allow it to receive broadcast packets
+                * Further fix will be more comprehensive.
+                * PDMXXX
+
        if (specific_interface == NULL) {
                nwilds = create_wildcards(port);
                idx = nwilds;
-       }
+       } */
 #endif
 
        result = isc_interfaceiter_create(mctx, &iter);