vswitchd: Add unique indexes for some columns.
authorBen Pfaff <blp@nicira.com>
Mon, 6 Jun 2011 16:21:45 +0000 (09:21 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jun 2011 16:21:45 +0000 (09:21 -0700)
commitcc7ecee48ade1626a6fb6548fff592dcd074e33f
tree120ded8c870a38d74e09b5f237d1ea79ed99f839
parentd26c5b7422b779c170f360aaae194e5910ef7e16
vswitchd: Add unique indexes for some columns.

This is mainly intended to make life easier for database clients that don't
already have code to avoid creating records with duplicate names in various
OVS database tables.  With this commit, the database server itself rejects
attempts to add Port or Interface records with duplicate names or
Controller or Manager records with duplicate targets.
vswitchd/vswitch.ovsschema