Merge branch 'fib_select_default-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 25 Jul 2015 05:46:23 +0000 (22:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jul 2015 05:46:23 +0000 (22:46 -0700)
commitc42a6e8b2907d68844bb750f839982ba2556c970
treedbcfe5697a5f9bab9752efe6c76aa74fbe8d493d
parentc5dfd654d0ec0a28fe81e7bd4d4fd984a9855e09
parent2392debc2be721a7d5b907cbcbc0ebb858dead01
Merge branch 'fib_select_default-fixes'

Julian Anastasov says:

====================
ipv4: fib_select_default changes

This patchset contains 2 changes for the alternative routes,
one to add tb_id/fa_slen check needed after the recent
fib_trie optimizations for fib aliases and the second
change attempts to support alternative routes with TOS
requirement.

Sorry that I don't have access to the original
report from Hagen Paul Pfeifer. I hope he will see this
change.

The second change adds fa_default field to the
fib aliases (which can be many) and if the feature to
filter the alternative routes by TOS is not worth it,
this second patch can be scrapped.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>