mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
ONOS-7569 Segment Routing tests connectivity and flow issue on master
Change-Id: Ic9de93a679a356e999ba36e5960c202c6aadffb7
This commit is contained in:
parent
5aeb0fe704
commit
fca3c6abb5
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user