X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=594ffb46cd5a997c3a420389e192453daeb3bc35;hb=df867eda408180e110d74c6f383b51c95d2b0b6d;hp=a7901a86ac10746b224ed7e6f852bbb025587b30;hpb=8d6db33e350d38f0a4b692117c986fb4158fb05f;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index a7901a86a..594ffb46c 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "7.0.0", - "cksum": "3537583872 17299", + "version": "7.1.0", + "cksum": "2234055133 17444", "tables": { "Open_vSwitch": { "columns": { @@ -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}},