diff options
author | Michael Ellerman <[email protected]> | 2005-09-01 11:29:02 +1000 |
---|---|---|
committer | Jeff Garzik <[email protected]> | 2005-08-31 22:37:57 -0400 |
commit | 2a5391a12297d1759b1c736634acb95793d43fb3 (patch) | |
tree | 1ada6ec6cd236f98371c32fc02c30c97546f84d9 /net/unix/af_unix.c | |
parent | 58c5900bdaffbf76afd7ad5e053410cb95eb3169 (diff) |
[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 <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions