Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04a331c9 authored by Shaoying Xu's avatar Shaoying Xu Committed by Greg Kroah-Hartman
Browse files

Revert "ipv4: Fix incorrect route flushing when source address is deleted"



This reverts commit 2537b637 that
deleted the whole fib_tests.sh by mistake and caused fib_tests failure
in kselftests run.

Signed-off-by: default avatarShaoying Xu <shaoyi@amazon.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 85eda808
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 −0

File added.

Preview size limit exceeded, changes collapsed.