commit | 6f52f80e85309738121f2db51a3cac91b8195743 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Wed Oct 03 15:33:12 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 05 00:28:45 2018 -0700 |
tree | 94b2a779bb6dc233942bfacc4c2525e190d446db | |
parent | 2970f2a8e941265fb3a25128a6c016b52e27cb91 [diff] |
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>