X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=25047b5cef9a6ce551a1fefdec4581cf6c53a442;hb=75a75043564dc9b002fffa6c6ad71e0d4d5c892e;hp=43ff95d8bd2bf2bc2df57a3b6da6180c5991cbe1;hpb=144216a3358fc3ddc8a8253dd85978f112cb7bbc;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 43ff95d8..25047b5c 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", "version": "6.0.0", - "cksum": "1100213054 14376", + "cksum": "3439303729 14480", "tables": { "Open_vSwitch": { "columns": { @@ -168,9 +168,14 @@ "ephemeral": true}, "cfm_mpid": { "type": { - "key": {"type": "integer", "minInteger": 1, "maxInteger": 8191}, + "key": {"type": "integer"}, "min": 0, "max": 1}}, + "cfm_remote_mpids": { + "type": { + "key": {"type": "integer"}, + "min": 0, + "max": "unlimited"}}, "cfm_fault": { "type": { "key": { "type": "boolean"},