[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120129.160250.471951331979463712.davem@davemloft.net>
Date: Sun, 29 Jan 2012 16:02:50 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: simonchennj@...il.com
Cc: greearb@...delatech.com, eric.dumazet@...il.com,
netdev@...r.kernel.org
Subject: Re: increase the number of routing tables
From: Simon Chen <simonchennj@...il.com>
Date: Sat, 28 Jan 2012 23:20:33 -0500
> I wonder if we can use a trie-tree for "ip rule" - linear evaluation
> does not sound too good. But I'll be using a ton of iptables rules as
> well, and I believe those are linear evaluation too :-(
You cannot use a trie because the rules are defined to be evaluated
in the order they were added to the kernel, it is the same problem
that basic firewall rule tables have.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists