X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vtep%2Fvtep.ovsschema;h=017183aa3f6aaa7005f9bff2ac7cb9f6887c41b6;hb=255842d95365dbe1737bcc39b0daf47ce7f84c0d;hp=d03d96d5102a22e055c8ec33cee299b445dabc97;hpb=9c0639a4637fa963ca8fa1dd87fb248f0a74b671;p=sliver-openvswitch.git diff --git a/vtep/vtep.ovsschema b/vtep/vtep.ovsschema index d03d96d51..017183aa3 100644 --- a/vtep/vtep.ovsschema +++ b/vtep/vtep.ovsschema @@ -1,6 +1,6 @@ { "name": "hardware_vtep", - "cksum": "825115144 5318", + "cksum": "1365749839 5604", "tables": { "Global": { "columns": { @@ -24,7 +24,11 @@ "management_ips": { "type": {"key": {"type": "string"}, "min": 0, "max": "unlimited"}}, "tunnel_ips": { - "type": {"key": {"type": "string"}, "min": 0, "max": "unlimited"}}}, + "type": {"key": {"type": "string"}, "min": 0, "max": "unlimited"}}, + "switch_fault_status": { + "type": { + "key": "string", "min": 0, "max": "unlimited"}, + "ephemeral": true}}, "indexes": [["name"]]}, "Physical_Port": { "columns": { @@ -40,7 +44,11 @@ "minInteger": 0, "maxInteger": 4095}, "value": {"type": "uuid", "refTable": "Logical_Binding_Stats"}, - "min": 0, "max": "unlimited"}}}}, + "min": 0, "max": "unlimited"}}, + "port_fault_status": { + "type": { + "key": "string", "min": 0, "max": "unlimited"}, + "ephemeral": true}}}, "Logical_Binding_Stats": { "columns": { "bytes_from_local": {"type": "integer"}, @@ -154,4 +162,4 @@ "ephemeral": true}}, "indexes": [["target"]], "isRoot": false}}, - "version": "1.0.0"} + "version": "1.1.0"}