On Tue, Feb 02, 2021 at 05:02:54PM -0500, Flavio Fernandes wrote: > Hi Ben, > > compiling ovn master with ovs master is upset because of an xml issue in the > file: lib/db-ctl-base.xml > > Could you help fixing it, please?
Oops, I applied this: -8<--------------------------cut here-------------------------->8-- From: Ben Pfaff <[email protected]> Date: Tue, 2 Feb 2021 14:37:43 -0800 Subject: [PATCH] db-ctl-base: Fix XML syntax error. Signed-off-by: Ben Pfaff <[email protected]> Fixes: 9513c0233dca ("db-ctl-base: Add {in} and {not-in} set relational operators.") Reported-by: Flavio Fernandes <[email protected]> --- lib/db-ctl-base.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db-ctl-base.xml b/lib/db-ctl-base.xml index 379af2d07760..f6efe98eaf03 100644 --- a/lib/db-ctl-base.xml +++ b/lib/db-ctl-base.xml @@ -152,7 +152,7 @@ later: </p> - <dl + <dl> <dt><code>{in}</code></dt> <dd> Selects records in which every element in -- 2.28.0 _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
