ovs-vsctl: Allow "get" commands to create @names also.
authorBen Pfaff <blp@nicira.com>
Mon, 20 Sep 2010 17:56:15 +0000 (10:56 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 21 Sep 2010 21:28:02 +0000 (14:28 -0700)
commitaed133bf9bce8f35b666c3052907f525c803c83b
tree081c7cfcb72e95efa17eec3343483e6d663b5e93
parentb524945e78804bf4ef46abb936eba829538f8e29
ovs-vsctl: Allow "get" commands to create @names also.

This is useful for adding records that refer to other records by UUID, e.g.
   ovs-vsctl \
     -- set bridge br0 mirrors=@m \
     -- --id=@eth0 get port eth0 \
     -- --id=@eth0 get port eth1 \
     -- --id=@m create mirror name=mymirror select-dst-port=@eth0 \
                              select-src-port=@eth0 output-port=@eth1
tests/ovs-vsctl.at
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c