summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Sitnicki <jkbs@redhat.com>2018-01-09 15:50:37 +0100
committerBen Pfaff <blp@ovn.org>2018-01-09 11:23:16 -0800
commitf5ace2dc78e99ae50c77442f91f53f694418fc43 (patch)
tree186a3fb454472f3954e0dc34881c5b8a8f3c1ec4
parenteb59b17703217270d77080a4b1cecfa50817933a (diff)
downloadopenvswitch-f5ace2dc78e99ae50c77442f91f53f694418fc43.tar.gz
ovn-sb.xml: Correct statement on use of bit ranges.
Bit range specifiers can be used only with ordinal fields. Signed-off-by: Jakub Sitnicki <jkbs@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--ovn/ovn-sb.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovn/ovn-sb.xml b/ovn/ovn-sb.xml
index e674f3a96..46bc0592e 100644
--- a/ovn/ovn-sb.xml
+++ b/ovn/ovn-sb.xml
@@ -501,7 +501,7 @@
</p>
<p>
- Any use of a nominal field may specify a single bit or a range of
+ Any use of a ordinal field may specify a single bit or a range of
bits, e.g. <code>vlan.tci[13..15]</code> refers to the PCP field
within the VLAN TCI, and <code>eth.dst[40]</code> refers to the
multicast bit in the Ethernet destination address.