Re: [RFC net-next 3/6] net: Special routing hook

2015-06-04 Thread Hannes Frederic Sowa
Hi, On Wed, Jun 3, 2015, at 21:58, Tom Herbert wrote: > A hack to provide an ultra light weight hook to do translations. Would it be possible to use ip6_ila_input hooks in dst_entry to do those translations? It really seems like a hack ;) Bye, Hannes -- To unsubscribe from this list: send the li

[RFC net-next 3/6] net: Special routing hook

2015-06-03 Thread Tom Herbert
A hack to provide an ultra light weight hook to do translations. Signed-off-by: Tom Herbert --- include/net/ip6_route.h | 22 + net/ipv6/ip6_input.c| 3 +++ net/ipv6/ip6_output.c | 24 ++- net/ipv6/route.c| 51 +++