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:25:38 +0000 (09:25 -0700)
commit428d83e6c4e738d536ae3c7320db0b6925b82b4f
treef45f56f52587843d93858741702d29477da9b8df
parent4fdfe5ccf84c473ad98300cb9050889b033768df
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