]> git.puffer.fish Git - mirror/frr.git/commit
zebra: pay attention to metric from kernel (ECMP version)
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 5 Sep 2017 14:38:25 +0000 (11:38 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Thu, 21 Sep 2017 16:27:50 +0000 (13:27 -0300)
commiteb327fa59048349c31e20a81e6509cdeea339d89
tree3e390cd5e198f0de90c9cd68e71e7a2e83f27e68
parent7865c65d23d296364c9430645202fbeeb5fb8390
zebra: pay attention to metric from kernel (ECMP version)

Commit f19435a8 fixed rib_add() but didn't fix rib_add_multipath().

While here, remove the unnecessary 'same->table == re->table' check as
it always evaluate to true.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
zebra/zebra_rib.c