Revert "vswitchd: Require "target" column to be unique in OVS database."
authorBen Pfaff <blp@nicira.com>
Tue, 12 Feb 2013 19:38:05 +0000 (11:38 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 12 Feb 2013 19:40:21 +0000 (11:40 -0800)
commit4b95a9e9bb8d45010a5765f431b6d15367914704
tree2d124b20bedcc11f011251423dd5bc686b02489e
parent147cc9d35839b0894135c1a8ba62a0867675c329
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 <sstjohn@cs.wisc.edu>
CC: Natasha Gude <natasha@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
vswitchd/vswitch.ovsschema