ofproto: Add OFPC_QUEUE_STATS to switch feature reply.
authorBen Pfaff <blp@nicira.com>
Sat, 29 Oct 2011 17:08:42 +0000 (10:08 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 31 Oct 2011 16:28:33 +0000 (09:28 -0700)
Open vSwitch has supported queue stats for a long time, but we forgot to
set the OFPC_QUEUE_STATS bit in the switch features reply to show that they
are supported.  This fixes it.


No differences found