| Chunk |
|---|
| Conflicting content |
|---|
private final TimedCache |
| Solution content |
|---|
private final TimedCache |
| File |
|---|
| OFSwitchBase.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Blank |
| Chunk |
|---|
| Conflicting content |
|---|
try {
List |
| Solution content |
|---|
try {
List |
| File |
|---|
| OFSwitchBase.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Variable |
| Chunk |
|---|
| Conflicting content |
|---|
removeFromMaintenanceQueue(nptDst);
// Consume this message
<<<<<<< HEAD
debugCounters.updateCounter("linkdiscovery-lldpeol");
=======
>>>>>>> d557724a9754431c4280f2c964647f6b75474891
return Command.STOP;
}
|
| Solution content |
|---|
removeFromMaintenanceQueue(nptDst);
// Consume this message
debugCounters.updateCounter("linkdiscovery-lldpeol");
return Command.STOP;
}
|
| File |
|---|
| LinkDiscoveryManager.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
}
debugCounters.registerCounter(getName() + "-" + "incoming",
"All incoming packets seen by this module", CounterType.ALWAYS_COUNT);
<<<<<<< HEAD
debugCounters.registerCounter(getName() + "-" + "lldpeol",
"End of Life for LLDP packets", CounterType.COUNT_ON_DEMAND);
=======
>>>>>>> d557724a9754431c4280f2c964647f6b75474891
}
// **************************************************** |
| Solution content |
|---|
}
debugCounters.registerCounter(getName() + "-" + "incoming",
"All incoming packets seen by this module", CounterType.ALWAYS_COUNT);
debugCounters.registerCounter(getName() + "-" + "lldpeol",
"End of Life for LLDP packets", CounterType.COUNT_ON_DEMAND);
}
// **************************************************** |
| File |
|---|
| LinkDiscoveryManager.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Method invocation |