diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-09-01 11:29:02 +1000 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-31 22:37:57 -0400 |
commit | 2a5391a12297d1759b1c736634acb95793d43fb3 (patch) | |
tree | 1ada6ec6cd236f98371c32fc02c30c97546f84d9 /include/asm-x86_64 | |
parent | 58c5900bdaffbf76afd7ad5e053410cb95eb3169 (diff) | |
download | op-kernel-dev-2a5391a12297d1759b1c736634acb95793d43fb3.zip op-kernel-dev-2a5391a12297d1759b1c736634acb95793d43fb3.tar.gz |
[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 <michael@ellerman.id.au>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/asm-x86_64')
0 files changed, 0 insertions, 0 deletions