]> git.baikalelectronics.ru Git - kernel.git/commit
net: Plumb support for filtering ipv4 and ipv6 multicast route dumps
authorDavid Ahern <dsahern@gmail.com>
Tue, 16 Oct 2018 01:56:47 +0000 (18:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Oct 2018 07:13:39 +0000 (00:13 -0700)
commita4661ab358d9e061d316b5049d84081569c7d448
tree162a0315d6ed8ca0cf056fc854f979a45c2ab2ae
parentd6714870de39c5bb84d18a956eca364a4bde0471
net: Plumb support for filtering ipv4 and ipv6 multicast route dumps

Implement kernel side filtering of routes by egress device index and
table id. If the table id is given in the filter, lookup table and
call mr_table_dump directly for it.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mroute_base.h
net/ipv4/ipmr.c
net/ipv4/ipmr_base.c
net/ipv6/ip6mr.c