commit | 18a8021a7be3207686851208f91a2f105b2d4703 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Mon Oct 15 18:56:43 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 16 00:13:12 2018 -0700 |
tree | 0d955c71e85183c169450022e6446f3aff563f15 | |
parent | 4724676d551c0961659b1da3fb4b5928169fb184 [diff] |
net/ipv4: Plumb support for filtering route dumps Implement kernel side filtering of routes by table id, egress device index, protocol and route type. If the table id is given in the filter, lookup the table and call fib_table_dump directly for it. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>