rpms/firestarter/devel firestarter-1.0.3-multicast.patch,NONE,1.1

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Wed Apr 19 07:08:41 UTC 2006


Author: mpeters

Update of /cvs/extras/rpms/firestarter/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21621

Added Files:
	firestarter-1.0.3-multicast.patch 
Log Message:
patch to fix bug #189067


firestarter-1.0.3-multicast.patch:

--- NEW FILE firestarter-1.0.3-multicast.patch ---
diff -ur firestarter-1.0.3/src/netfilter-script.c firestarter-1.0.3-avahi/src/netfilter-script.c
--- firestarter-1.0.3/src/netfilter-script.c	2005-01-29 04:32:08.000000000 -0800
+++ firestarter-1.0.3-avahi/src/netfilter-script.c	2006-04-17 05:58:04.000000000 -0700
@@ -738,13 +738,13 @@
 			 "	fi\n"
 			 "fi\n\n");
 
-	fprintf (script, "# Block Multicast Traffic\n"
-	                 "#  Some cable/DSL providers require their clients to accept multicast transmissions\n"
-	                 "#  you should remove the following four rules if you are affected by multicasting\n"
-	                 "$IPT -A INPUT -s 224.0.0.0/8 -d 0/0 -j DROP\n"
-	                 "$IPT -A INPUT -s 0/0 -d 224.0.0.0/8 -j DROP\n"
-	                 "$IPT -A OUTPUT -s 224.0.0.0/8 -d 0/0 -j DROP\n"
-	                 "$IPT -A OUTPUT -s 0/0 -d 224.0.0.0/8 -j DROP\n\n");
+//	fprintf (script, "# Block Multicast Traffic\n"
+//	                 "#  Some cable/DSL providers require their clients to accept multicast transmissions\n"
+//	                 "#  you should remove the following four rules if you are affected by multicasting\n"
+//	                 "$IPT -A INPUT -s 224.0.0.0/8 -d 0/0 -j DROP\n"
+//	                 "$IPT -A INPUT -s 0/0 -d 224.0.0.0/8 -j DROP\n"
+//	                 "$IPT -A OUTPUT -s 224.0.0.0/8 -d 0/0 -j DROP\n"
+//	                 "$IPT -A OUTPUT -s 0/0 -d 224.0.0.0/8 -j DROP\n\n");
 
 	fprintf (script, "# Block Traffic with Stuffed Routing\n"
                          "#  Early versions of PUMP - (the DHCP client application included in RH / Mandrake) require\n"




More information about the fedora-extras-commits mailing list