Re: [PATCH net-next v2 0/5] fib_rules: support sport, dport and proto match
From: David Ahern <hidden>
Date: 2018-02-28 18:11:46
From: David Ahern <hidden>
Date: 2018-02-28 18:11:46
On 2/28/18 9:59 AM, David Miller wrote:
From: Roopa Prabhu <redacted> Date: Tue, 27 Feb 2018 19:52:40 -0800quoted
From: Roopa Prabhu <redacted> This series extends fib rule match support to include sport, dport and ip proto match (to complete the 5-tuple match support). Common use-cases of Policy based routing in the data center require 5-tuple match. The last 2 patches in the series add a call to flow dissect in the fwd path if required by the installed fib rules (controlled by a flag). v1: - Fix errors reported by kbuild and feedback on RFC - extend port match uapi to accomodate port ranges v2: - address comments from Nikolay, David Ahern and Paolo (Thanks!)Series applied, thank you.
Hi Dave: I'm not seeing it in your tree yet. I've been waiting on this set for the next version of the L4 hashing for IPv6.