netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] ipv4: fib_select_default changes
@ 2015-07-22  7:43 Julian Anastasov
  2015-07-22  7:43 ` [PATCH net 1/2] ipv4: fib_select_default should match the prefix Julian Anastasov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Julian Anastasov @ 2015-07-22  7:43 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, Florian Westphal, Hagen Paul Pfeifer

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.

Julian Anastasov (2):
  ipv4: fib_select_default should match the prefix
  ipv4: consider TOS in fib_select_default

 include/net/ip_fib.h     |  3 +--
 net/ipv4/fib_lookup.h    |  1 +
 net/ipv4/fib_semantics.c | 41 ++++++++++++++++++++++++++++++-----------
 net/ipv4/fib_trie.c      |  3 ++-
 net/ipv4/route.c         |  2 +-
 5 files changed, 35 insertions(+), 15 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-25  5:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22  7:43 [PATCH net 0/2] ipv4: fib_select_default changes Julian Anastasov
2015-07-22  7:43 ` [PATCH net 1/2] ipv4: fib_select_default should match the prefix Julian Anastasov
2015-07-22  7:43 ` [PATCH net 2/2] ipv4: consider TOS in fib_select_default Julian Anastasov
2015-07-25  5:46 ` [PATCH net 0/2] ipv4: fib_select_default changes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).