- 08 May, 2015 10 commits
-
-
To distinguish unit of bandwidth and resource of bandwidth Change-Id: Ice52538f0c00f6d7743ca247d0f9bab3febdc94b
Sho SHIMIZU authored -
so they are usable by applications. Change-Id: Icf0e92d12434dec782332e91b632da8066a85b60
Jonathan Hart authored -
If the vBNG manager failed to create a vBNG for a private IP address for the first time, usurally because the next hop host or host configured with private IP address is not in the ONOS system. During the first time to create a vBNG, if such case happens, vBNG manager will send out the probe packets to try to find those hosts. Thus, we should try to create vBNG again after the probe packets. Change-Id: Ib8684602d4f761d2d09ac8d93738120aa57ce225
Pingping Lin authored -
- Made all mastership role change operations asynchronous, which they are. - In flowrule store we now check to see if any new backups need to be made when a device backup location (standby) changes - In device mastership store we now wait briefly before we step down from mastership after promoting a new candidate as highest standy Change-Id: Icb76cf4d0d23403053a3fd5a458a940b847da49f
Madan Jampani authored
-
- 07 May, 2015 15 commits
-
-
Bug fix: Only accept backups for devices that the local node does not manage. Change-Id: If7b1e8c3b0339e5d756e250c38fe53dc191084d1
Madan Jampani authored -
…ailable on the objects being compared, defaulting to string comparison otherwise. - Deleted obsolete comparators. Change-Id: Ifeb74c05f73bd974d1afb3dc27527a5c7ad1bc12
Simon Hunt authored -
To avoid naming conflict with Lambda in org.onosproject.net Change-Id: Ic8a670e7e2fb022f44f5a83cf4805f3ce0f29694
Sho SHIMIZU authored -
Requires changes to the group description to accept groupId from callers. Change-Id: Ic21dfe8ae7c246b7d3a6b00e8e5c986e1dc21fa0
Saurav Das authored -
For efficiency reasons backups are only run for those devices whose flow entries are updated (since last backup) or if the device master/backup has changed. This backup mechanism will be a short term solution until we get to a more close to real-time backup approach. This change also disables the flowrule store based on hazelcast. Change-Id: Iaae08852edee20b999ff97c60ca8bc6576e645f6
Madan Jampani authored -
…isting tables, unit test for Enum Formatter, and more glyphs. Change-Id: I956f1faf6a59e535094d45b811980f822b084be0
Bri Prebilic Cole authored
- 06 May, 2015 15 commits
-
-
- Fixed unit test to be insensitive to the zone and locale in which it is run. Change-Id: Ib79c1840c5543ec1a6016d4345b7d60f0e9f65a4
Simon Hunt authored -
sendHandshakeMessage during the handshake rather than sendMsg. Change-Id: I50b3da2c592f77dd786da68d42e5dc289407cd37
alshabib authored -
1. Retry leadership lock after a successful stepdown 2. setStandby should adjust the candidates list to ensure another node steps up to become the master. Change-Id: I8dc5da82c9b8b9e99d4118ec33a63037543927f0
Madan Jampani authored -
We can now enable features such as IPv6 via cfg command dynamically. NOTE: We should remove unnecessary packet requests when app being deactivated or modified once PacketService support the request revocation. Change-Id: I7f239ce9db74456097675d03de99468db70a919f
Charles M.C. Chan authored
-