Re: [ovs-dev] [PATCH] OVN: fix L4 default lb proto reported by ovn-nbctl

2019-08-02 Thread Numan Siddique
On Fri, Aug 2, 2019 at 6:11 PM Dumitru Ceara wrote: > On Thu, Aug 1, 2019 at 7:40 PM Lorenzo Bianconi > wrote: > > > > If no protocol is specified defining a load balancing rule TCP is > > selected as default but ovn-nbctl lb-list reports 'tcp/udp'. > > Fix it reporting 'tcp' in this case > > >

Re: [ovs-dev] [PATCH] OVN: fix L4 default lb proto reported by ovn-nbctl

2019-08-02 Thread Dumitru Ceara
On Thu, Aug 1, 2019 at 7:40 PM Lorenzo Bianconi wrote: > > If no protocol is specified defining a load balancing rule TCP is > selected as default but ovn-nbctl lb-list reports 'tcp/udp'. > Fix it reporting 'tcp' in this case > > Fixes: e2bfcad6cbb0 ("ovn-nbctl: Add LB commands") > Signed-off-by:

[ovs-dev] [PATCH] OVN: fix L4 default lb proto reported by ovn-nbctl

2019-08-01 Thread Lorenzo Bianconi
If no protocol is specified defining a load balancing rule TCP is selected as default but ovn-nbctl lb-list reports 'tcp/udp'. Fix it reporting 'tcp' in this case Fixes: e2bfcad6cbb0 ("ovn-nbctl: Add LB commands") Signed-off-by: Lorenzo Bianconi --- ovn/utilities/ovn-nbctl.c | 2 +- 1 file