]> git.proxmox.com Git - mirror_iproute2.git/commit
The current behaviour for IPv6 routing table filters is to derive the
authorPatrick McHardy <kaber@trash.net>
Thu, 10 Aug 2006 20:42:58 +0000 (22:42 +0200)
committerStephen Hemminger <shemminger@osdl.org>
Thu, 10 Aug 2006 20:56:13 +0000 (13:56 -0700)
commite0b29fe7dd137f7b47eb7c64e7bd07282e7801a2
treeb57f560cb68bd4a22daaf9669ee8150625ed2a84
parente7be3b22e85c46055de580c14417af43f62a7a4f
The current behaviour for IPv6 routing table filters is to derive the
table from the route type. This doesn't really work anymore now that IPv6
supports multiple tables. Add detection for IPv6 multiple table support
(relying on the fact that the first routes dumped belong to the local table
and have rtm_table == RT_TABLE_LOCAL with multiple tables) and handle it
like other protocols.

Signed-off-by: Patrick McHardy <kaber@trash.net>
ip/iproute.c