Revert "ipv4: Fix incorrect route flushing when source address is deleted"
This reverts commit 2537b637ea
that
deleted the whole fib_tests.sh by mistake and caused fib_tests failure
in kselftests run.
Signed-off-by: Shaoying Xu <shaoyi@amazon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
85eda80883
commit
04a331c9dd
@ -421,7 +421,6 @@ static struct fib_info *fib_find_info(struct fib_info *nfi)
|
||||
nfi->fib_prefsrc == fi->fib_prefsrc &&
|
||||
nfi->fib_priority == fi->fib_priority &&
|
||||
nfi->fib_type == fi->fib_type &&
|
||||
nfi->fib_tb_id == fi->fib_tb_id &&
|
||||
memcmp(nfi->fib_metrics, fi->fib_metrics,
|
||||
sizeof(u32) * RTAX_MAX) == 0 &&
|
||||
!((nfi->fib_flags ^ fi->fib_flags) & ~RTNH_COMPARE_MASK) &&
|
||||
|
1727
tools/testing/selftests/net/fib_tests.sh
Normal file
1727
tools/testing/selftests/net/fib_tests.sh
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user