ovs.db.types: Add table reference to ovs.db.types.BaseType.
authorBen Pfaff <blp@nicira.com>
Tue, 20 Sep 2011 18:24:44 +0000 (11:24 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 23 Sep 2011 16:10:45 +0000 (09:10 -0700)
commit7cba02e442012a7ae6cfdfe67f858a18057e5470
treecb1ca2b3c34abd3cce9250f1230af97e8feb9405
parent5c3a4660c0ab317f904446bef8cf1bcce439d754
ovs.db.types: Add table reference to ovs.db.types.BaseType.

Until now ovs.db.types.BaseType has kept track of the name of the
referenced table but not a reference to it.  This commit renames the
ref_table attribute to ref_table_name and adds a new ref_table attribute
whose value is a reference to the named table.

This will be useful in an upcoming commit where table references are
actually followed.
debian/ovs-monitor-ipsec
ovsdb/ovsdb-dot.in
ovsdb/ovsdb-idlc.in
python/ovs/db/schema.py
python/ovs/db/types.py