On Mon, Jun 22, 2020 at 11:46 AM Han Zhou <[email protected]> wrote: > LB is supported not only on Gateway routers but also on distributed > routers as long as they have distributed gateway ports. It is tested > by case "ovn -- Load balancer health checks". > > Signed-off-by: Han Zhou <[email protected]> >
Acked-by: Numan Siddique <[email protected]> Thanks Numan > --- > ovn-nb.xml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/ovn-nb.xml b/ovn-nb.xml > index 8368d51..0259487 100644 > --- a/ovn-nb.xml > +++ b/ovn-nb.xml > @@ -1763,7 +1763,8 @@ > > <column name="load_balancer"> > Load balance a virtual ip address to a set of logical port ip > - addresses. Load balancer rules only work on the Gateway routers. > + addresses. Load balancer rules only work on the Gateway routers or > + routers with distributed gateway ports. > </column> > > <group title="Naming"> > -- > 2.1.0 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
