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 <[email protected]> Acked-by: Anupam Chanda <[email protected]> --- AUTHORS | 2 ++ vtep/vtep.xml | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/AUTHORS b/AUTHORS index 936394d..18dc5bd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -54,6 +54,7 @@ Dave Tucker [email protected] David Erickson [email protected] David S. Miller [email protected] David Yang [email protected] +Dennis Sam [email protected] Devendra Naga [email protected] Dmitry Krivenok [email protected] Dominic Curran [email protected] @@ -251,6 +252,7 @@ Andrey Korolyov [email protected] Anshuman Manral [email protected] Anton Matsiuk [email protected] Anup Khadka [email protected] +Anupam Chanda [email protected] Anuprem Chalvadi [email protected] Ariel Tubaltsev [email protected] Arkajit Ghosh [email protected] 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. -- 2.5.4 (Apple Git-61) _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
