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 <b...@nicira.com>
---
 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 4163fcf..a1b3a07 100644
--- a/ovn/ovn-nb.xml
+++ b/ovn/ovn-nb.xml
@@ -169,7 +169,7 @@
       the highest-<ref column="priority"/> 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 <ref
-      column="priority"/> 1, <code>true</code> as <ref column="match"/>, and
+      column="priority"/> 1, <code>1</code> as <ref column="match"/>, and
       <code>deny</code> as <ref column="action"/>.)
     </p>
 
-- 
1.7.10.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to