> On Feb 27, 2017, at 10:42 PM, Han Zhou <[email protected]> wrote: > > On Mon, Feb 27, 2017 at 7:42 PM, Yang, Yi Y <[email protected]> wrote: >> >> Hi, all >> >> Can we use ovs to implement load balancer? Our target is to let ovs > distribute the traffic to different service VMs based on 5 tuple (src ip, > dst ip, src port, dst port, transport protocol). > > Yes. Try: man ovs-ofctl, look for keyword "group" for details.
I would add that you’d want to use the “selection_method=dp_hash” option for the select group for performance reasons. Jarno _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
