Documents error codes that a Hardware Switch Controller can publish to the NVC to indicate errors related to the provisioning of logical routers.
Acked-by: Anupam Chanda <achan...@vmware.com> --- Vtep/vtep.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/vtep/vtep.xml b/vtep/vtep.xml Index 7112111..66a26d5 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="routing_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. -- 1.8.1.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev