From: Michael Ellerman Date: Thu, 1 Sep 2005 01:29:02 +0000 (+1000) Subject: [PATCH] iseries_veth: Fix broken promiscuous handling X-Git-Tag: v2.6.14-rc1~1018^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5391a12297d1759b1c736634acb95793d43fb3;p=pandora-kernel.git [PATCH] iseries_veth: Fix broken promiscuous handling Due to a logic bug, once promiscuous mode is enabled in the iseries_veth driver it is never disabled. The driver keeps two flags, promiscuous and all_mcast which have exactly the same effect. This is because we only ever receive packets destined for us, or multicast packets. So consolidate them into one promiscuous flag for simplicity. Signed-off-by: Michael Ellerman Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed