From ded9091aa6f4b82c7289bd03259105e7fc63c2d6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 20 Apr 2015 14:50:32 -0700 Subject: [PATCH] ovn-nb.xml: "true" match is actually expressed "1". The original draft for the OVN expression language included "true" and 'false" keywords but later I changed them to "1" and "0" and forgot to update this text. Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --- ovn/ovn-nb.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml index 075f144aa..6985f5ea0 100644 --- a/ovn/ovn-nb.xml +++ b/ovn/ovn-nb.xml @@ -167,7 +167,7 @@ the highest- matching row in this table determines a packet's treatment. If no row matches, packets are allowed by default. (Default-deny treatment is possible: add a rule with 1, true as , and + column="priority"/> 1, 1 as , and deny as .)

-- 2.20.1