X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=90fedd98a814cbbc49361f5b3e28a0ddf80ff803;hb=76ea8efd442a403f8e874cd4103dafe2479b6a57;hp=5afb606d521e45bda42fb3abbefe044d827a7ac8;hpb=1c2e2d2fc87c9435b6fe33112b0ddaab59f507c5;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 5afb606d..90fedd98 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "3.1.0", - "cksum": "2572059147 15155", + "version": "3.3.0", + "cksum": "1105667635 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": {