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 <d...@arista.com> Acked-by: Anupam Chanda <achan...@vmware.com> --- AUTHORS | 1 + vtep/vtep.xml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/AUTHORS b/AUTHORS index 936394d..fc20f5a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -54,6 +54,7 @@ Dave Tucker d...@dtucker.co.uk David Erickson deric...@stanford.edu David S. Miller da...@davemloft.net David Yang dav...@vmware.com +Dennis Sam d...@arista.com Devendra Naga devendra.a...@gmail.com Dmitry Krivenok krivenok.dmi...@gmail.com Dominic Curran dominic.cur...@citrix.com diff --git a/vtep/vtep.xml b/vtep/vtep.xml index 7112111..b1befce 100644 --- a/vtep/vtep.xml +++ b/vtep/vtep.xml @@ -310,6 +310,28 @@ requested by the NVC due to lack of resources. </column> + <column name="switch_fault_status" key="lr_switch_bindings_fault"> + 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. + </column> + + <column name="switch_fault_status" key="lr_static_routes_fault"> + 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. + </column> + + <column name="switch_fault_status" key="lr_creation_fault"> + 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. + </column> + + <column name="switch_fault_status" key="lr_support_fault"> + Indicates that the switch does not support logical routing. + </column> + <column name="switch_fault_status" key="unspecified_fault"> Indicates that an error has occurred in the switch but that no more specific information is available. -- 2.5.4 (Apple Git-61) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev