> diff --git a/ovn/ovn-sb.ovsschema b/ovn/ovn-sb.ovsschema
> index a9a91e5..ead733b 100644
> --- a/ovn/ovn-sb.ovsschema
> +++ b/ovn/ovn-sb.ovsschema
> @@ -1,7 +1,7 @@
>  {
>      "name": "OVN_Southbound",
> -    "version": "1.0.0",
> -    "cksum": "1392129391 5060",
> +    "version": "1.1.0",
> +    "cksum": "1223981720 5320",
>      "tables": {
>          "Chassis": {
>              "columns": {
> @@ -99,6 +99,11 @@
>                                   "min": 0,
>                                   "max": "unlimited"}}},
>              "indexes": [["datapath", "tunnel_key"], ["logical_port"]],
> -            "isRoot": true}
> -    }
> -}
> +            "isRoot": true},
> +        "MAC_Binding": {
> +            "columns": {
> +                "logical_port": {"type": "string"},
> +                "ip": {"type": "string"},
> +                "mac": {"type": "string"}},
> +            "indexes": [["logical_port", "ip"]],
> +            "isRoot": true}}}

If we want to enable conditional monitoring in the client side. It will be 
good to add a datapath column to the MAC_Binding table, that will allow 
clients to do conditional monitoring with datapath condition only.

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to