Searched hist:e7030878fc8448492b6e5cecd574043f63271298 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | fib_rules.h | diff e7030878fc8448492b6e5cecd574043f63271298 Tue Jul 21 03:44:01 CDT 2015 Thomas Graf <tgraf@suug.ch> 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>
|
/openbmc/linux/include/net/ |
H A D | fib_rules.h | diff e7030878fc8448492b6e5cecd574043f63271298 Tue Jul 21 03:44:01 CDT 2015 Thomas Graf <tgraf@suug.ch> 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>
|
H A D | ip_tunnels.h | diff e7030878fc8448492b6e5cecd574043f63271298 Tue Jul 21 03:44:01 CDT 2015 Thomas Graf <tgraf@suug.ch> 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>
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | diff e7030878fc8448492b6e5cecd574043f63271298 Tue Jul 21 03:44:01 CDT 2015 Thomas Graf <tgraf@suug.ch> 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>
|
/openbmc/linux/net/core/ |
H A D | fib_rules.c | diff e7030878fc8448492b6e5cecd574043f63271298 Tue Jul 21 03:44:01 CDT 2015 Thomas Graf <tgraf@suug.ch> 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>
|