X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=96be69f7354dd48d7a739301d13686f544c1e4bd;hb=7df6a8bdb4abe4ac41c6d1a9043b69cbaea23bcc;hp=98e4a1006bf661ef583109648cdc035000fcf7a9;hpb=ead91a562c3747543985405b48067622b7b1de57;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 98e4a100..96be69f7 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "3.0.1", - "cksum": "1940448373 15497", + "version": "3.4.2", + "cksum": "976911089 15276", "tables": { "Open_vSwitch": { "columns": { @@ -121,7 +121,7 @@ "min": 0, "max": 1}}, "bond_mode": { "type": {"key": {"type": "string", - "enum": ["set", ["balance-tcp", "balance-slb", "active-backup"]]}, + "enum": ["set", ["balance-tcp", "balance-slb", "active-backup", "stable"]]}, "min": 0, "max": 1}}, "lacp": { "type": {"key": {"type": "string", @@ -167,6 +167,9 @@ "key": {"type": "uuid", "refTable": "Monitor"}, "min": 0, "max": 1}}, + "lacp_current": { + "type": {"key": {"type": "boolean"}, + "min": 0, "max": 1}}, "other_config": { "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}}, "statistics": { @@ -221,18 +224,6 @@ "key": { "type": "uuid", "refTable": "Maintenance_Point"}, "min": 0, "max": "unlimited"}}, - "unexpected_remote_mpids": { - "type": { - "key": { "type": "integer"}, - "min": 0, - "max": "unlimited"}, - "ephemeral": true}, - "unexpected_remote_maids": { - "type": { - "key": "string", - "min": 0, - "max": "unlimited"}, - "ephemeral": true}, "fault": { "type": { "key": { "type": "boolean"},