ovn-nb.xml: "true" match is actually expressed "1".
authorBen Pfaff <blp@nicira.com>
Mon, 20 Apr 2015 21:50:32 +0000 (14:50 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 20 Apr 2015 22:19:33 +0000 (15:19 -0700)
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 <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
ovn/ovn-nb.xml

index 075f144..6985f5e 100644 (file)
       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>