On Tue, Sep 29, 2015 at 10:34:06AM -0700, Gurucharan Shetty wrote:
> If the ovn-nb DB's logical_port table is populated such
> that tag is zero, we should not consider that record.
>
> Signed-off-by: Gurucharan Shetty <[email protected]>
I thought that the intention was that tag=0 was for "control" traffic
into the VM, for managing the containers.
If tag=0 should be invalid then we should disallow it in the schema:
diff --git a/ovn/ovn-sb.ovsschema b/ovn/ovn-sb.ovsschema
index 1ffd1b4..7f857ed 100644
--- a/ovn/ovn-sb.ovsschema
+++ b/ovn/ovn-sb.ovsschema
@@ -86,7 +86,7 @@
"parent_port": {"type": {"key": "string", "min": 0, "max": 1}},
"tag": {
"type": {"key": {"type": "integer",
- "minInteger": 0,
+ "minInteger": 1,
"maxInteger": 4095},
"min": 0, "max": 1}},
"chassis": {"type": {"key": {"type": "uuid",
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev