X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=594ffb46cd5a997c3a420389e192453daeb3bc35;hb=0cc70daec76f59571d56a96bd86a960e18d13e9f;hp=293a11b3e61ec309853ec7c961b686c4fa5d8ae9;hpb=558e2cc58e16f6e3cee44926d69d385d84d42521;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 293a11b3e..594ffb46c 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "6.11.2", - "cksum": "2033079075 17296", + "version": "7.1.0", + "cksum": "2234055133 17444", "tables": { "Open_vSwitch": { "columns": { @@ -76,7 +76,7 @@ "min": 0, "max": "unlimited"}}, "protocols": { "type": {"key": {"type": "string", - "enum": ["set", ["OpenFlow10", "OpenFlow12"]]}, + "enum": ["set", ["OpenFlow10", "OpenFlow12", "OpenFlow13"]]}, "min": 0, "max": "unlimited"}}, "fail_mode": { "type": {"key": {"type": "string", @@ -134,7 +134,7 @@ "min": 0, "max": 1}}, "bond_mode": { "type": {"key": {"type": "string", - "enum": ["set", ["balance-tcp", "balance-slb", "active-backup", "stable"]]}, + "enum": ["set", ["balance-tcp", "balance-slb", "active-backup"]]}, "min": 0, "max": 1}}, "lacp": { "type": {"key": {"type": "string", @@ -174,6 +174,10 @@ "ingress_policing_burst": { "type": {"key": {"type": "integer", "minInteger": 0}}}, + "mac_in_use": { + "type": {"key": {"type": "string"}, + "min": 0, "max": 1}, + "ephemeral": true}, "mac": { "type": {"key": {"type": "string"}, "min": 0, "max": 1}},