X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=9a302d54f0efc92652486f5fac14d66d799e91df;hb=428d83e6c4e738d536ae3c7320db0b6925b82b4f;hp=7543e1140bbc1958b06b99407a62fcb14846cfcc;hpb=4fdfe5ccf84c473ad98300cb9050889b033768df;p=sliver-openvswitch.git diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 7543e1140..9a302d54f 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -1647,7 +1647,7 @@ handle_features_request(struct ofconn *ofconn, const struct ofp_header *oh) osf->n_buffers = htonl(pktbuf_capacity()); osf->n_tables = ofproto->n_tables; osf->capabilities = htonl(OFPC_FLOW_STATS | OFPC_TABLE_STATS | - OFPC_PORT_STATS); + OFPC_PORT_STATS | OFPC_QUEUE_STATS); if (arp_match_ip) { osf->capabilities |= htonl(OFPC_ARP_MATCH_IP); }