]> git.proxmox.com Git - mirror_ovs.git/commit
db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.
authorBen Pfaff <blp@ovn.org>
Thu, 27 Apr 2017 20:54:53 +0000 (13:54 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 3 May 2017 15:31:13 +0000 (08:31 -0700)
commita0b02897cfe33aa2c40620707f2e42cf716abf72
tree1d4ada4743ef1e61cbc707f1c1d83dbdf6968382
parent5d476f28b7c537889b671bd985a1722bf5e1850e
db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.

The 'table' field is redundant because the required 'column' field
implies the table that the column is a part of.

This simplifies the users and makes it harder to get these things wrong.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
lib/db-ctl-base.c
lib/db-ctl-base.h
lib/ovsdb-idl.c
lib/ovsdb-idl.h
ovn/utilities/ovn-nbctl.c
ovn/utilities/ovn-sbctl.c
utilities/ovs-vsctl.c
vtep/vtep-ctl.c