ovs-ofctl: Use vconn as a parameter of dump_stats_transaction()
authorSimon Horman <horms@verge.net.au>
Tue, 21 Aug 2012 04:55:37 +0000 (13:55 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 29 Aug 2012 17:11:34 +0000 (10:11 -0700)
commit535143871351a134f9b8e44fc05ef5ef5106bf85
tree438641f60bad507a9fafcc184c8f0fa21203d623
parent617da9cda70c6f11a3e674bc4a81f54e8b77b690
ovs-ofctl: Use vconn as a parameter of dump_stats_transaction()

In order to form a stats message for the prevailing OpenFlow version
of a vconn the vconn needs to be open at the time the request is
encoded. Thus there is no longer a case where it makes sense to
use dump_stats_transaction() without a vconn already being open and
available to pass as a parameter.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto.at
utilities/ovs-ofctl.c