ONOS-7569 Segment Routing tests connectivity and flow issue on master

Change-Id: Ic9de93a679a356e999ba36e5960c202c6aadffb7
This commit is contained in:
Thomas Vachuska 2018-04-02 16:21:59 -07:00
parent 5aeb0fe704
commit fca3c6abb5

View File

@ -99,8 +99,8 @@ public class GroupStatsCollector implements TimerTask {
if (sw.features().getCapabilities().contains(OFCapabilities.GROUP_STATS)) {
long xid = OpenFlowGroupProvider.getXidAndAdd(2);
sendGroupDescStatisticRequest(xid);
sendGroupStatisticRequest(xid + 1);
sendGroupStatisticRequest(xid);
sendGroupDescStatisticRequest(xid + 1);
} else {
long xid = OpenFlowGroupProvider.getXidAndAdd(1);
sendGroupDescStatisticRequest(xid);