X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=78ebc893128c6ef6e0e2e1f39137d09ce1d3ac03;hb=89eb6a431384be0145b4539a5c90ed3f9eb829ca;hp=c1c3ef467bf6af6d6705f2b75dab2e6e1c6e1473;hpb=75fa58f844031e071dd828162344b493ecc561f0;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index c1c3ef467..78ebc8931 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", "version": "7.3.0", - "cksum": "1081379034 19765", + "cksum": "2811681289 20311", "tables": { "Open_vSwitch": { "columns": { @@ -224,6 +224,11 @@ "min": 0, "max": "unlimited"}, "ephemeral": true}, + "cfm_flap_count": { + "type": { + "key": {"type": "integer"}, + "min": 0, + "max": 1}}, "cfm_fault": { "type": { "key": { "type": "boolean"}, @@ -423,6 +428,16 @@ "minInteger": 0, "maxInteger": 4294967295}, "min": 0, "max": 1}}, + "cache_active_timeout": { + "type": {"key": {"type": "integer", + "minInteger": 0, + "maxInteger": 4200}, + "min": 0, "max": 1}}, + "cache_max_flows": { + "type": {"key": {"type": "integer", + "minInteger": 0, + "maxInteger": 4294967295}, + "min": 0, "max": 1}}, "external_ids": { "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}}}},