Re: [PATCH v2 net-next 2/3] ipv4: L3 and L4 hash-based multipath routing

2015-08-30 Thread Tom Herbert
On Fri, Aug 28, 2015 at 1:00 PM, wrote: > From: Peter Nørlund > > This patch adds L3 and L4 hash-based multipath routing, selectable on a > per-route basis with the reintroduced RTA_MP_ALGO attribute. The default is > now RT_MP_ALG_L3_HASH. > > Signed-off-by: Peter Nørlund > --- > include/net/

[PATCH v2 net-next 2/3] ipv4: L3 and L4 hash-based multipath routing

2015-08-28 Thread pch
From: Peter Nørlund This patch adds L3 and L4 hash-based multipath routing, selectable on a per-route basis with the reintroduced RTA_MP_ALGO attribute. The default is now RT_MP_ALG_L3_HASH. Signed-off-by: Peter Nørlund --- include/net/ip_fib.h | 22 - include/uapi/li