Re: [PATCH net-next 3/5] ipv6: Use multipath hash from flow info if available

2016-10-24 Thread Hannes Frederic Sowa
On 24.10.2016 11:28, Jakub Sitnicki wrote: > Allow our callers to influence the choice of ECMP link by honoring the > hash passed together with the flow info. This will allow for special > treatment of ICMP errors which we would like to route over the same link > as the IP datagram that triggered

[PATCH net-next 3/5] ipv6: Use multipath hash from flow info if available

2016-10-24 Thread Jakub Sitnicki
Allow our callers to influence the choice of ECMP link by honoring the hash passed together with the flow info. This will allow for special treatment of ICMP errors which we would like to route over the same link as the IP datagram that triggered the error. Signed-off-by: Jakub Sitnicki