commit | e7030878fc8448492b6e5cecd574043f63271298 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Tue Jul 21 10:44:01 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 21 10:39:06 2015 -0700 |
tree | 93a7e8a5ab3b5a0633c71d2684186114ab40b7e2 | |
parent | 3093fbe7ff4bc7d1571fc217dade1cf80330a714 [diff] |
fib: Add fib rule match on tunnel id This add the ability to select a routing table based on the tunnel id which allows to maintain separate routing tables for each virtual tunnel network. ip rule add from all tunnel-id 100 lookup 100 ip rule add from all tunnel-id 200 lookup 200 A new static key controls the collection of metadata at tunnel level upon demand. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>