X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=bbfb01f29dc98b22c848e368d38871124f988844;hb=fd140919f9123077c4f7e2abbe0f31f7848f10fe;hp=4182d2b0b27bac71e85418a967e8e8f3adea0466;hpb=597f98ccb5b31d2e6e3404520b983399fe52c201;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 4182d2b0b..bbfb01f29 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "6.9.2", - "cksum": "2800409701 16724", + "version": "6.10.0", + "cksum": "3699312094 16958", "tables": { "Open_vSwitch": { "columns": { @@ -199,11 +199,17 @@ "type": { "key": "string", "min": 0, "max": "unlimited"}, "ephemeral": true}, + "cfm_remote_opstate": { + "type": {"key": {"type": "string", + "enum": ["set", ["up", "down"]]}, + "min": 0, "max": 1}, + "ephemeral": true}, "cfm_health": { "type": {"key": {"type": "integer", "minInteger": 0, "maxInteger": 100}, - "min": 0, "max": 1}}, + "min": 0, "max": 1}, + "ephemeral": true}, "lacp_current": { "type": {"key": {"type": "boolean"}, "min": 0, "max": 1},