ipv4: fib_select_default should match the prefix
authorJulian Anastasov <ja@ssi.bg>
Wed, 22 Jul 2015 07:43:22 +0000 (10:43 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jul 2015 05:46:09 +0000 (22:46 -0700)
commit18a912e9a832dcfc7db9e055c7e41701ff5f9e69
treed6775aeabe8e6427fb257a032eb4452cfe0862dd
parentc5dfd654d0ec0a28fe81e7bd4d4fd984a9855e09
ipv4: fib_select_default should match the prefix

fib_trie starting from 4.1 can link fib aliases from
different prefixes in same list. Make sure the alternative
gateways are in same table and for same prefix (0) by
checking tb_id and fa_slen.

Fixes: 79e5ad2ceb00 ("fib_trie: Remove leaf_info")
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_semantics.c