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)
commitce01b7362980a02753f8ff5a8072d37909ec4907
treed09aa10f956e6bcf196c57bb0585f26c21387386
parent5f562a2b0381fc170affb120847c8bd0b90e5543
ofproto: Add OFPC_QUEUE_STATS to switch feature reply.

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.
ofproto/ofproto.c
tests/ofproto.at