summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorKevin Traynor <ktraynor@redhat.com>2022-04-12 15:20:17 +0100
committerIlya Maximets <i.maximets@ovn.org>2022-05-04 21:47:18 +0200
commit6c50462096056826b504850ad2c23b997a5227d7 (patch)
tree2ebaf0356ed1961a9e23984d13dc9a090d4f8782 /vswitchd
parentb3bbfc17294ee55bb48ef4693dca8afbe3e1e077 (diff)
downloadopenvswitch-6c50462096056826b504850ad2c23b997a5227d7.tar.gz
vswitchd.xml: Fix whitespace.
My xml editor keeps autofixing these which means I have to be careful during 'git add' for unrelated changes. Might as well just fix them. Signed-off-by: Kevin Traynor <ktraynor@redhat.com> Reviewed-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index b124fee54..cc1dd77ec 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -1331,7 +1331,7 @@
Human readable description of datapath. It is a maximum 256
byte-long free-form string to describe the datapath for
debugging purposes, e.g. <code>switch3 in room 3120</code>.
- The value is returned by the switch as a part of reply to OFPMP_DESC
+ The value is returned by the switch as a part of reply to OFPMP_DESC
request (ofp_desc). The OpenFlow specification (e.g. 1.3.5) describes
the ofp_desc structure to contaion "NULL terminated ASCII strings".
For the compatibility reasons no more than 255 ASCII characters should be used.
@@ -1893,7 +1893,7 @@
only VLAN) must be <ref column="tag"/>, which is removed before
egress, which exposes the inner (customer) VLAN if one is present.
</p>
-
+
<p>
If <ref column="cvlans"/> is set, only allows packets in the
specified customer VLANs.