Folks, Is there any way to configure open flow group or anything similar from OVN to load balance traffic to more than one port?
I have a logical switch with two ports connected to two different chassis. I would like to load balance traffic to these two chassis. ovn-nbctl ls-add foo ovn-nbctl lsp-add foo foo-lsp1 ovn-nbctl lsp-add foo foo-lsp2 ovn-sbctl chassis-add ch0 vxlan 1.2.3.5 ovn-sbctl chassis-add ch1 vxlan 1.2.3.6 ovn-sbctl lsp-bind foo-lsp1 ch0 ovn-sbctl lsp-bind foo-lsp2 ch1 Is there any way to put foo-lsp1 and foo-lsp2 in a group or some similar construct and load balance across these two? Thanks Manoj _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
