X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=9712003ab61551fa8df37a334024cc1227636575;hb=6c4ea27c48b30eaec8e37e642d5072f53c5b2670;hp=7a51a0d62e50d1fcf7cf3752bdb96fe8e7b34b00;hpb=cea157688977bbbb136f9c3bfe020fe485b43d39;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 7a51a0d6..9712003a 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "6.9.1", - "cksum": "3226481229 16682", + "version": "6.9.3", + "cksum": "2110020336 16754", "tables": { "Open_vSwitch": { "columns": { @@ -196,12 +196,15 @@ "max": 1}, "ephemeral": true}, "cfm_fault_status": { - "type": {"key": "string", "min": 0, "max": "unlimited"}}, + "type": { + "key": "string", "min": 0, "max": "unlimited"}, + "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},