From 4b95a9e9bb8d45010a5765f431b6d15367914704 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 12 Feb 2013 11:38:05 -0800 Subject: [PATCH] Revert "vswitchd: Require "target" column to be unique in OVS database." This reverts commit 41219e63a02bd315e7066145d72798f7a4204566. In fact, the "target" column cannot be made unique within the Controller table, because different bridges are allowed to have the same target. OVSDB does not have a way to express this constraint, so it must be omitted entirely. Reported-by: Saul St. John CC: Natasha Gude Signed-off-by: Ben Pfaff --- vswitchd/vswitch.ovsschema | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index 53d167528..a7901a86a 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -1,6 +1,6 @@ {"name": "Open_vSwitch", "version": "7.0.0", - "cksum": "438518409 17329", + "cksum": "3537583872 17299", "tables": { "Open_vSwitch": { "columns": { @@ -428,8 +428,7 @@ "ephemeral": true}, "status": { "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}, - "ephemeral": true}}, - "indexes": [["target"]]}, + "ephemeral": true}}}, "Manager": { "columns": { "target": { -- 2.47.0