]> git.baikalelectronics.ru Git - kernel.git/commit
net/neigh: Extend dump filter to proxy neighbor dumps
authorDavid Ahern <dsahern@gmail.com>
Wed, 3 Oct 2018 22:33:12 +0000 (15:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Oct 2018 07:28:45 +0000 (00:28 -0700)
commit964a21e90df4cb13a272bcdc522ae19a378ba8b7
tree94b2a779bb6dc233942bfacc4c2525e190d446db
parent12ce822af8a3bd5816077bf186a9511faa994298
net/neigh: Extend dump filter to proxy neighbor dumps

Move the attribute parsing from neigh_dump_table to neigh_dump_info, and
pass the filter arguments down to neigh_dump_table in a new struct. Add
the filter option to proxy neigh dumps as well to make them consistent.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c