Skip to content

Commit

Permalink
vtep: Document rationale for the 'switches' column in the Global table.
Browse files Browse the repository at this point in the history
At first glance it wasn't obvious why there was the possibility for more
than one switch.

Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
blp committed Jan 1, 2015
1 parent 57966ba commit 849222d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion vtep/vtep.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,22 @@
exactly one record in the <ref table="Global"/> table.

<column name="switches">
The physical switches managed by the VTEP.
<p>
The physical switch or switches managed by the VTEP.
</p>

<p>
When a physical switch integrates support for this VTEP schema, which
is expected to be the most common case, this column should point to one
<ref table="Physical_Switch"/> record that represents the switch
itself. In another possible implementation, a server or a VM presents
a VTEP schema front-end interface to one or more physical switches,
presumably communicating with those physical switches over a
proprietary protocol. In that case, this column would point to one
<ref table="Physical_Switch"/> for each physical switch, and the set
might change over time as the front-end server comes to represent a
differing set of switches.
</p>
</column>

<group title="Database Configuration">
Expand Down

0 comments on commit 849222d

Please sign in to comment.