commit | 5b285cac3570a935aaa28312c1ea28f9e01c5452 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue May 11 14:40:56 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Tue May 11 14:40:56 2010 +0200 |
tree | a39d8602eb21eb4a721fda933fe21b0c79d3d383 | |
parent | d1db275dd3f6e4182c4c4b4a1ac6287925d60569 [diff] |
ipv6: ip6mr: add support for dumping routing tables over netlink The ip6mr /proc interface (ip6_mr_cache) can't be extended to dump routes from any tables but the main table in a backwards compatible fashion since the output format ends in a variable amount of output interfaces. Introduce a new netlink interface to dump multicast routes from all tables, similar to the netlink interface for regular routes. Signed-off-by: Patrick McHardy <kaber@trash.net>