commit | 2e1e06411095ed122d44bf0e3f5e18e8a6304b16 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Wed Apr 29 09:36:43 2009 +0100 |
committer | Mark McLoughlin <markmc@redhat.com> | Tue Jun 09 11:38:49 2009 +0100 |
tree | 62680249befe04378e2ddb7a110ac371281a6ee8 | |
parent | 5b01e886d9eb4d5e94384a79634dcb43848e7bbf [diff] |
net: vlan clients with no fd_can_read() can always receive If a vlan client has no fd_can_read(), that means it can always receive packets. The current code assumes it can *never* receive packets. Signed-off-by: Mark McLoughlin <markmc@redhat.com>