ovs-vsctl: Support references among records at creation time.
authorBen Pfaff <blp@nicira.com>
Wed, 2 Jun 2010 18:08:03 +0000 (11:08 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Jun 2010 17:30:18 +0000 (10:30 -0700)
commitce5a3e38dacd8042dd7c4de7be24aca9c2887103
tree2bb4bea16ab54217c2778786ce6737c3e8f36312
parent4a0335937fb482e412952a5e05ef738eab9542dc
ovs-vsctl: Support references among records at creation time.

This makes it easy to create a bunch of records that are all related to
each other in a single ovs-vsctl invocation.  It adds an example to the
ovs-vsctl manpage.
lib/ovsdb-data.c
lib/ovsdb-data.h
lib/ovsdb-idl.c
lib/ovsdb-idl.h
lib/shash.c
lib/shash.h
ovsdb/ovsdb-idlc.in
tests/test-ovsdb.c
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c