X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=3fb45d14adbe210249a39c6bcc84b4f8fbd4b09a;hb=cfc50ae514f805dcd9c14589f21158185424daf6;hp=9392457ef9338ce18825ee583d7eb075d8c1fac2;hpb=88afd5fcc3c7b45c073966f5c6f25e04f5c6c077;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 9392457ef..3fb45d14a 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "7.3.0", - "cksum": "2495231516 20311", + "version": "7.5.0", + "cksum": "1448369194 20560", "tables": { "Open_vSwitch": { "columns": { @@ -83,7 +83,8 @@ "enum": ["set", ["OpenFlow10", "OpenFlow11", "OpenFlow12", - "OpenFlow13"]]}, + "OpenFlow13", + "OpenFlow14"]]}, "min": 0, "max": "unlimited"}}, "fail_mode": { "type": {"key": {"type": "string", @@ -300,7 +301,12 @@ "enum": ["set", ["refuse", "evict"]]}, "min": 0, "max": 1}}, "groups": { - "type": {"key": "string", "min": 0, "max": "unlimited"}}}}, + "type": {"key": "string", "min": 0, "max": "unlimited"}}, + "prefixes": { + "type": {"key": "string", "min": 0, "max": 3}}, + "external_ids": { + "type": {"key": "string", "value": "string", + "min": 0, "max": "unlimited"}}}}, "QoS": { "columns": { "type": {