X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.ovsschema;h=70e56f4c14e09d4eb73df00d0c2fe002aa3ee52a;hb=e05924baf0c757b579eef2b3743130ade4b1a93c;hp=a8140b8abc8ab5aa84d6195946b9b246ff43a6c2;hpb=be02e7c3712a927993d5ff00a98b824582e1f5e2;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index a8140b8a..70e56f4c 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", - "version": "1.0.2", - "cksum": "3196651018 14282", + "version": "1.0.5", + "cksum": "2737967217 14145", "tables": { "Open_vSwitch": { "columns": { @@ -120,9 +120,9 @@ "mac": { "type": {"key": {"type": "string"}, "min": 0, "max": 1}}, - "bond_type": { + "bond_mode": { "type": {"key": {"type": "string", - "enum": ["set", ["slb", "active-backup"]]}, + "enum": ["set", ["balance-slb", "active-backup"]]}, "min": 0, "max": 1}}, "bond_updelay": { "type": "integer"}, @@ -151,10 +151,6 @@ "ingress_policing_burst": { "type": {"key": {"type": "integer", "minInteger": 0}}}, - "tunnel_egress_iface": { - "type": {"key": {"type": "string"}, - "min": 0, "max": 1}, - "ephemeral": true}, "mac": { "type": {"key": {"type": "string"}, "min": 0, "max": 1}},