[ovs-dev] [PATCH 3/3] vswitch: Limit Open_vSwitch table to a single record.

Jesse Gross jesse at nicira.com
Thu Mar 18 00:17:53 UTC 2010


This set looks good.

On Tue, Mar 16, 2010 at 8:10 PM, Ben Pfaff <blp at nicira.com> wrote:

> This table has always been limited to a single record.  This commit makes
> the database itself enforce that limit.
> ---
>  vswitchd/vswitch.ovsschema |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
> index f0217cd..31f31b7 100644
> --- a/vswitchd/vswitch.ovsschema
> +++ b/vswitchd/vswitch.ovsschema
> @@ -22,7 +22,8 @@
>        "next_cfg": {
>          "type": "integer"},
>        "cur_cfg": {
> -         "type": "integer"}}},
> +         "type": "integer"}},
> +     "maxRows": 1},
>    "Bridge": {
>      "columns": {
>        "name": {
> --
> 1.6.6.1
>
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20100317/e18b675e/attachment-0003.html>


More information about the dev mailing list