]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering
authorStefano Brivio <sbrivio@redhat.com>
Fri, 21 Jun 2019 15:45:21 +0000 (17:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jun 2019 17:18:48 +0000 (10:18 -0700)
commit34721d9755de70c5477f9a3a3ea833780c553b42
treed0a4846d36d3a10bb81dcb200d8bb91506540639
parent83415c6b29736c395079c40a41c855ca5f8119be
ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering

This functionally reverts the check introduced by commit
220938cf1323 ("rtnetlink: Update fib dumps for strict data checking")
as modified by commit 46cde2928ebf ("net/ipv4: Bail early if user only
wants prefix entries").

As we are preparing to fix listing of IPv4 cached routes, we need to
give userspace a way to request them.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c