- 11 Feb, 2016 11 commits
-
-
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 22 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 -
DeviceKeyManager and the distributed device key store. Change-Id: I32544040590b31a59e20f3375fca453a117f940c
Brian Stanke authored -
- Remove components() method from Resource - Add isTypeOf() method to Resource Change-Id: I390eb6057fc7e2c3e93eb2a18d161f661ad6c180
Sho SHIMIZU authored -
With current implementation, flow id can be either assigned by fromApp method or withCookie method. This misleads the end-user to properly instantiate a new flow rule. This commit restricts the flow id assignment which does not allow to assign cookie and appId at the same time. Change-Id: I8d7e27517c7ef636d427c3d8b8f9cc267fcb0702
Jian Li authored -
- also cleaned up some Long/Lat code. - Note also that metadata from client is structured so 'lng/lat' properties (from repositioned node) are wrapped in 'equivLoc' object. Change-Id: I5afc53d26ef56fc0932f8650e8f7df79b36c3947
Simon Hunt authored
-
- 09 Feb, 2016 7 commits
-
-
…d didn't unregister descendants (ONOS-3827). Change-Id: I48956234553053e2a54834129b5f10357ca116ea
Naoki Shiota authored