From 1f661ac7b8e8dbf809d987391c0196e396107650 Mon Sep 17 00:00:00 2001 From: Dennis Sam Date: Tue, 23 Feb 2016 13:43:46 -0800 Subject: [PATCH] vtep: Add error messages for logical router support Documents error codes that a Hardware Switch Controller can publish to the NVC to indicate errors related to the provisioning of logical routers. Signed-off-by: Dennis Sam Acked-by: Anupam Chanda Signed-off-by: Justin Pettit --- AUTHORS | 1 + vtep/vtep.xml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/AUTHORS b/AUTHORS index 366b72ff6..db68bf1f9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -54,6 +54,7 @@ Dave Tucker dave@dtucker.co.uk David Erickson derickso@stanford.edu David S. Miller davem@davemloft.net David Yang davidy@vmware.com +Dennis Sam dsam@arista.com Devendra Naga devendra.aaru@gmail.com Dmitry Krivenok krivenok.dmitry@gmail.com Dominic Curran dominic.curran@citrix.com diff --git a/vtep/vtep.xml b/vtep/vtep.xml index 7112111b1..b1befce63 100644 --- a/vtep/vtep.xml +++ b/vtep/vtep.xml @@ -310,6 +310,28 @@ requested by the NVC due to lack of resources. + + Indicates that the switch has been unable to create the logical router + interfaces requested by the NVC due to conflicting configurations or a + lack of hardware resources. + + + + Indicates that the switch has been unable to create the static routes + requested by the NVC due to conflicting configurations or a lack of + hardware resources. + + + + Indicates that the switch has been unable to create the logical router + requested by the NVC due to conflicting configurations or a lack of + hardware resources. + + + + Indicates that the switch does not support logical routing. + + Indicates that an error has occurred in the switch but that no more specific information is available. -- 2.20.1