File 0015-Do-not-force-dummy-gateway-for-multicast-routes.patch of Package sysconfig.openSUSE_12.1_Update
From 55080b7d523b74ec25c32861c2d00c862f8a6beb Mon Sep 17 00:00:00 2001
From: Marius Tomaschewski <mt@suse.com>
Date: Mon, 2 Apr 2012 14:08:23 +0200
Subject: [PATCH] Do not force dummy gateway for multicast routes
---
scripts/ifup-route | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/ifup-route b/scripts/ifup-route
index 7a9de82..4efaadf 100755
--- a/scripts/ifup-route
+++ b/scripts/ifup-route
@@ -464,6 +464,7 @@ while read DEST GWAY MASK IFACE TYPE IPOPTS ; do
case "$DEST-$INET" in
224.0.0.0*-4|224/4-4)
+ GWAY=${GWAY:-0.0.0.0}
# We are doing multicast
if [ -e /proc/net/igmp -a "$GWAY" = 0.0.0.0 \
-a \( "$PFXL" = 4 -o "$DEST" = 224/4 \) ] ; then
--
1.7.7