- 29 Jan, 2016 2 commits
-
-
(also add linkupdate scenario). Change-Id: Ic0f6753745e43c5fc76a6cb180a0c8a66178c657
Simon Hunt authored
-
- 28 Jan, 2016 8 commits
-
-
Now, DiscreteResource/DiscreteResourceId is provided by DiscreteFactory. Similarly, ContinuousResource/ContinuousResourceId is provided by ContinuousFactory. These factory instances can be obtained by static factory method such as Resource.discrete(...) or Resource.continuous(...). Change-Id: Ic94f7336c0e1f74cf2dddcac899de300362aff3e
Sho SHIMIZU authored
- 27 Jan, 2016 17 commits
-
-
Fix associated with Change 7179. Change-Id: I1cc88bf59de5757c870a2a507ae4a5e999c1fd1a
Ayaka Koshibe authored -
- Uses netcfg defined value as available resource if defined, else uses port speed as available Bandwidth resource Change-Id: I2dde9a9194025194ed8785b4608f064debab182b
HIGUCHI Yuta authored -
- ResourceId -> DiscreteResourceId/ContinuousResourceId - Resource -> DiscreteResource/ContinuousResource In addition, stop sharing the implementations in the super classes Change-Id: I44662f6b7c23a23c30844a5b693e1cabab2cc091
Sho SHIMIZU authored -
- inherit managed Jackson version and scope Change-Id: I7952cad32b9bdfe49fa6728d77bcf6b51468ea35
HIGUCHI Yuta authored -
Related to this topic: - Disable the meter collector since right now it is not supported - Implement extension VLAN ID selector/treatment for OFDPA Since it requires two special flow entries to match untagged packets 0x1ffe/no mask (filtering rule, need to go first) 0x0000/0x1fff setvid 0x0ffe (assignment rule, need to go second) - Not able to point /32 IP address to ECMP group. Use /31 instead. In addition: - Implement serializer for ExtensionCriterion Change-Id: I621b3ad14014d7e6945c014cdae4f7cd2939288e
Charles Chan authored -
Implement replace method in ConsistentMap Using Versioned#valueOrNull in place of Versioned#valueOrElse where appropriate Change-Id: Ief3f3547d589d35f5c821a1c47035f91078e8316
Madan Jampani authored
- 26 Jan, 2016 13 commits
-
-
- Fixing opticalUtils.py, which was broken due to additional constraint added by Change-Id: I372e6c7e6c0fa6fa52301568af73342aaae6347b Change-Id: I4233550c9e483448599a2dd501a50309ceb2e4c8
HIGUCHI Yuta authored -
- Should never return null, when return type is a Collection Change-Id: I85eb27bf702b5e76facf83db29ab264cf85a6755
HIGUCHI Yuta authored -
…ns of thirdparty libraries. Change-Id: Id578e10713d41b6c02e92cb2c6e17a4da0787b52
Brian Stanke authored -
Rename as follows. - ResourceId.Discrete -> DiscreteResourceId - ResourceId.Continuous -> ContinuousResourceId - Resource.Discrete -> DiscreteResource - Resource.Continuous -> ContinuousResource Change-Id: I80e59d1eec07128743bacc582a8725bd4d5489b4
Sho SHIMIZU authored -
…al call in old add and delete ports of OsvdbBridgeConfig Change-Id: Ib23b90f7793f3afc5d62250b9f1f318b8042ad77
Andrea Campanella authored -
- Added event handlers (Floatingip_CUD(Create, Update, Delete), Router_CUD, and RouterInterface_CUD). - Added packet handlers about ICMP and pNAT. - Added the models of openstack router, router interface, external gateway and floatingIP. - Fixed pom.xml - Added external_fixed_IP information for PNAT and renamed SNAT to PNAT in OpenstackExternalGateway - Fixed java docs in OpenstackRoutingService.java Change-Id: Ia694614cf8885d81a66fc4659db2fa0c5de5e950
Kyuhwi Choi authored