[ovs-dev] [PATCH 1/1] vtep:Add error messages for logical router support

Justin Pettit jpettit at ovn.org
Mon Feb 22 23:14:53 UTC 2016


Thanks for the contribution.  Can you add yourself to the AUTHORS file?  Also, can I get your Signed-off-by?  By giving that, you are agreeing to to the Developer's Certificate of Origin:

	https://github.com/openvswitch/ovs/blob/master/CONTRIBUTING.md

--Justin


> On Feb 22, 2016, at 2:53 PM, Dennis Sam <dsam at arista.com> wrote:
> 
> 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 <achandra at 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 at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list