X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=c1c3ef467bf6af6d6705f2b75dab2e6e1c6e1473;hb=13d94ee9c8c5e031a6fb46903802c56784c4d410;hp=3f2ce3a28a3b5db434a38e3b0cc87e9e1fe96f15;hpb=29089a540cfa30a834e3ee19a8b4c52ff2e331b2;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 3f2ce3a28..c1c3ef467 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "7.1.0", - "cksum": "432130924 19191", + "version": "7.3.0", + "cksum": "1081379034 19765", "tables": { "Open_vSwitch": { "columns": { @@ -80,7 +80,10 @@ "min": 0, "max": "unlimited"}}, "protocols": { "type": {"key": {"type": "string", - "enum": ["set", ["OpenFlow10", "OpenFlow12", "OpenFlow13"]]}, + "enum": ["set", ["OpenFlow10", + "OpenFlow11", + "OpenFlow12", + "OpenFlow13"]]}, "min": 0, "max": "unlimited"}}, "fail_mode": { "type": {"key": {"type": "string", @@ -185,6 +188,14 @@ "mac": { "type": {"key": {"type": "string"}, "min": 0, "max": 1}}, + "ifindex": { + "type": { + "key": {"type": "integer", + "minInteger": 0, + "maxInteger": 4294967295}, + "min": 0, + "max": 1}, + "ephemeral": true}, "external_ids": { "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}}, "ofport": { @@ -196,6 +207,12 @@ "maxInteger": 65279}, "min": 0, "max": 1}}, + "bfd": { + "type": {"key": "string", "value": "string", + "min": 0, "max": "unlimited"}}, + "bfd_status": { + "type": {"key": "string", "value": "string", + "min": 0, "max": "unlimited"}}, "cfm_mpid": { "type": { "key": {"type": "integer"},