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)
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>

Trivial merge