On Wed, Jun 29, 2016 at 01:17:11AM -0700, Gurucharan Shetty wrote:
> This commit adds a 'pre_lb' table that sits before 'pre_stateful' table.
> For packets that need to be load balanced, this table sets reg0[0]
> to act as a hint for the pre-stateful table to send the packet to
> the conntrack table for defragmentation.
> 
> This commit also adds a 'lb' table that sits before 'stateful' table.
> For packets from established connections, this table sets reg0[2] to
> indicate to the 'stateful' table that the packet needs to be sent to
> connection tracking table to just do NAT.
> 
> In stateful table, packet for a new connection that needs to be load balanced
> is given a ct_lb("$IP_LIST") action.
> 
> Signed-off-by: Gurucharan Shetty <g...@ovn.org>

This will require a change to the generated flow syntax if you accept my
suggestion for patch 6.

Is there a way to test this?

Acked-by: Ben Pfaff <b...@ovn.org>

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to