]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
iproute2: dont filter cached routes on iproute_get
authorUlrich Weber <uweber@astaro.com>
Thu, 12 Aug 2010 09:05:19 +0000 (11:05 +0200)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Mon, 23 Aug 2010 15:13:35 +0000 (08:13 -0700)
commitc73f3e02f8ae25e5daad0367690a3069895dd8a3
tree34147294bfa3d64144282208c866c21c439b175b
parent3bc1c4f29777171b484d36abf673667e3729202b
iproute2: dont filter cached routes on iproute_get

iproute_get will return cloned routes for IPv4
and cloned as well non-cloned routes for IPv6.

Therefore RTM_F_CLONED flag should not be checked
for iproute_get routes. Check in print_route will
always fail because valid values are 0 and 1.

Signed-off-by: Ulrich Weber <uweber@astaro.com>
ip/iproute.c