aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ndisc.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@linux-foundation.org>2007-09-11 10:41:04 +0200
committerDavid S. Miller <davem@davemloft.net>2007-09-11 10:41:04 +0200
commit596e41509550447b030f7b16adaeb0138ab585a8 (patch)
treeeafb66a4e5dcd5d15a8dc8187aef8d7d483b83d6 /net/ipv6/ndisc.c
parent[NET]: Do not dereference iov if length is zero (diff)
downloadlinux-dev-596e41509550447b030f7b16adaeb0138ab585a8.tar.xz
linux-dev-596e41509550447b030f7b16adaeb0138ab585a8.zip
[IPV4] devinet: show all addresses assigned to interface
Bug: http://bugzilla.kernel.org/show_bug.cgi?id=8876 Not all ips are shown by "ip addr show" command when IPs number assigned to an interface is more than 60-80 (in fact it depends on broadcast/label etc presence on each address). Steps to reproduce: It's terribly simple to reproduce: # for i in $(seq 1 100); do ip ad add 10.0.$i.1/24 dev eth10 ; done # ip addr show this will _not_ show all IPs. Looks like the problem is in netlink/ipv4 message processing. This is fix from bug submitter, it looks correct. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ndisc.c')
0 files changed, 0 insertions, 0 deletions