- 11 Feb, 2016 34 commits
-
-
By removing an extra map access in ConsistentResourceStore#isAvailable() This patch mitigates the issue of ONOS-3869 Change-Id: Ief231f5532c34719c150855afe0ea69fc6b478f1
Sho SHIMIZU authored -
Use ResourceAllocation as parameter of ResourceStore#release() Change-Id: I1833b9b23985cd42820093633591fa21daf2f98e
Sho SHIMIZU authored -
- Add skeletal code of ControlMessageStore - Add initial implementation of ControlMessageManager Change-Id: I17161ce18b67e8f35ea9b80832f3732a55de323b
Jian Li authored -
This commit implements control message collection feature in OpenFlow message provider. Change-Id: I2a3ed2e5edbe1f39b503bb74a10259026b806513
Jian Li authored -
Added new config fields - SSH port, user, private key file - localManagementIp for connection b/w a compute node and VM Renamed some config fields and methods - phyPortName is changed to dataPlaneIntf - localIp is changed to dataPlaneIp - ovsdbIp is changed to hostManagementIp and it is used to SSH as well - checkXXX methods with boolean return are renamed to isXXX Removed unnecessary OVSDB_CONNECTED state Removed cordvtn-node-add CLI due to too many arguments Change-Id: If5efb65fc58bfa8a10767047f01598dc2ac02a04
Hyunsun Moon authored
- 10 Feb, 2016 6 commits
-
-
* Made PIMNeighbor mostly immutable (apart from updatable timestamp) * Equals and hashCode for PIMNeighbor * Remove neighbor when we see a HELLO with holdTime==0 * Periodic task to time out neighbors who haven't sent a HELLO in a while * Added a CLI command to view PIM neighbors Change-Id: I59e52a847f7abcb8e9ac660c2cccace53e46867b
Jonathan Hart authored -
Now the PIM application requires PIM Interface configuration for each interface that will have PIM enabled (no longer uses all ONOS interfaces). The interface-specific PIM parameters can be tuned. Change-Id: Ibc284fdbe1b3aa4da48097b3e92470bce4f349a7
Jonathan Hart authored -
Also added packet request to PacketService to get punt flows installed in switches. Change-Id: I7340d09a1cf2ec06fb33ac0c4fc14eb43e94f496
Jonathan Hart authored
-