commit | bcd323262a94b14b84341982b90443a76a477861 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon Nov 09 07:40:17 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 10 20:54:42 2009 -0800 |
tree | 9e7b7bb19cbb19f93ae052af328706f5228123e5 | |
parent | 84d2697d9649339215675551eae28ba04068dea1 [diff] |
ipv6: Allow inet6_dump_addr() to handle more than 64 addresses Apparently, inet6_dump_addr() is not able to handle more than 64 ipv6 addresses per device. We must break from inner loops in case skb is full, or else cursor is put at the end of list. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>