Re: [PATCH v4 net-next 2/2] ipv4: ICMP packet inspection for multipath

2015-09-23 Thread Peter Nørlund
On Wed, 23 Sep 2015 14:01:23 -0700 Tom Herbert wrote: > On Wed, Sep 23, 2015 at 12:49 PM, Peter Nørlund > wrote: > > ICMP packets are inspected to let them route together with the flow > > they belong to, minimizing the chance that a problematic path will > > affect flows on other paths, and so

Re: [PATCH v4 net-next 2/2] ipv4: ICMP packet inspection for multipath

2015-09-23 Thread Tom Herbert
On Wed, Sep 23, 2015 at 12:49 PM, Peter Nørlund wrote: > ICMP packets are inspected to let them route together with the flow they > belong to, minimizing the chance that a problematic path will affect flows > on other paths, and so that anycast environments can work with ECMP. > > Signed-off-by: P

[PATCH v4 net-next 2/2] ipv4: ICMP packet inspection for multipath

2015-09-23 Thread Peter Nørlund
ICMP packets are inspected to let them route together with the flow they belong to, minimizing the chance that a problematic path will affect flows on other paths, and so that anycast environments can work with ECMP. Signed-off-by: Peter Nørlund --- include/net/route.h | 11 +- net/ipv