commit | ee1377c3eef4238d89b2f99fa4d0bbbad3078b64 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Aug 29 21:18:45 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Aug 29 21:22:19 2006 -0700 |
tree | 629ac8232edb57ff2831b7801d1f426835adbfdd | |
parent | 57f5f544f58ffa1d6c38630d0522c9c0be67c533 [diff] |
[STRIP]: Fix neighbour table refcount leak. Found by inspection. The STRIP driver does neigh_lookup() but never releases. This driver shouldn't being doing gratuitous arp anyway. Untested, obviously, because of lack of hardware. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>