Skip to content

Commit

Permalink
ovn-sb.xml: Fix indentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Dong Jun <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
dongjun666 authored and blp committed Jun 7, 2017
1 parent 51af591 commit a8cb558
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ovn/ovn-sb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@
</column>
</group>

<group title="Gateway Configuration">
<p>
<group title="Gateway Configuration">
<p>
A <dfn>gateway</dfn> is a chassis that forwards traffic between the
OVN-managed part of a logical network and a physical VLAN, extending a
tunnel-based logical network into a physical network. Gateways are
Expand All @@ -279,7 +279,7 @@
<ref column="vtep_logical_switches" table="Chassis"/>, will be
associated with this <ref table="Chassis"/>.
</column>
</group>
</group>
</table>

<table name="Encap" title="Encapsulation Types">
Expand All @@ -304,7 +304,7 @@
<p>
Options for configuring the encapsulation. Currently, the only
option that has been defined is <code>csum</code>.
</p>
</p>

<p>
<code>csum</code> indicates that encapsulation checksums can be
Expand Down Expand Up @@ -2574,8 +2574,8 @@ tcp.flags = RST;
e.g. <code>pssl:6640:[::1]</code>. If <var>ip</var> is not
specified then it listens only on IPv4 (but not IPv6) addresses.
A valid SSL configuration must be provided when this form is used,
this can be specified either via command-line options or the
<ref table="SSL"/> table.
this can be specified either via command-line options or the
<ref table="SSL"/> table.
</p>
<p>
If <var>port</var> is not specified, it defaults to 6640.
Expand Down Expand Up @@ -2653,7 +2653,7 @@ tcp.flags = RST;
connection targets. They are omitted.
</p>

<column name="is_connected">
<column name="is_connected">
<code>true</code> if currently connected to this client,
<code>false</code> otherwise.
</column>
Expand Down

0 comments on commit a8cb558

Please sign in to comment.