From 849222ddd5d83cc23ffa762628d0f1c479550246 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 1 Dec 2014 10:28:43 -0800 Subject: [PATCH] vtep: Document rationale for the 'switches' column in the Global table. At first glance it wasn't obvious why there was the possibility for more than one switch. Signed-off-by: Ben Pfaff Acked-by: Gurucharan Shetty --- vtep/vtep.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/vtep/vtep.xml b/vtep/vtep.xml index cf6bf74e2d1..80fc99d1300 100644 --- a/vtep/vtep.xml +++ b/vtep/vtep.xml @@ -36,7 +36,22 @@ exactly one record in the table. - The physical switches managed by the VTEP. +

+ The physical switch or switches managed by the VTEP. +

+ +

+ 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 + 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 + for each physical switch, and the set + might change over time as the front-end server comes to represent a + differing set of switches. +