- 30 Jan, 2015 14 commits
-
-
- also, lists scenarios at startup. Change-Id: I6f32d15e7ed4ec2ade4546d68d2e245001c394ec
Simon Hunt authored -
This is done by literal check of NodeId, as it is encoded in the DeviceId. Also includes minor fixes to config file parsing. Reference: ONOS-873 Change-Id: Id333c109c3bb752dcb78ede3a4dfd94fec189cc0
Ayaka Koshibe authored -
- MPLS POP (Ethernet type) - Dec MPLS TTL - Dec NW TTL - Copy TTL In - Copy TTL Out Change-Id: I639a1bfff9ba3ae8c372c0a4b36f132cb2610b7b
sangho authored -
- handling addInstance event. Change-Id: Ic98a3291bd37ecf1155dbe1696167d0635a31972
Simon Hunt authored
-
- 29 Jan, 2015 13 commits
-
-
…headers while the body will scroll. Change-Id: Ia1fed45e8da28375df3c34c068104802739e3c11
Bri Prebilic Cole authored -
- added GlyphService.addGlyph(). - added SvgUtilService.translate(). Change-Id: I0bbc51a8f1d9c24b8b4f1377236570070da6f160
Simon Hunt authored -
- included CSS for light/dark themes. - Removed height from panel default settings. - Fixed 'restart' bug in mock server - (renamed to mockserver.js) Change-Id: I615299e6f8f07843edb074050b7450eea501bfbb
Simon Hunt authored -
…ace to support multiple-table aware FlowRuleService. Other changes are caused due to the new method. Add type() in FlowRule interface to determine the table in which the flow rule need to be set. Change-Id: I6518a01f4a5fba23f09f70b619f3844b5e33ce8f
sangho authored -
* Fix a bug in the storing, handling and verification of the AS numbers with 4 octet AS capability is used. * Add an unit test to test the decoding and parsing of supported BGP Capabilities: Multiprotocol Extensions AFI/SAFI, and 4 octet AS. * Minor refactoring of the BGP unit test framework. Change-Id: I474b356bc00369c307ac0c5c214b065c1cc0c52c
Pavlin Radoslavov authored -
Moved the local and remote BGP session info to a separate class BgpSessionInfo. No functional changes. Also, removed methods TestBgpPeerChannelHandler.prepareBgpKeepalive(), prepareBgpNotification() and prepareBgpMessage() from the unit tests. Instead, use the corresponding methods in the BGP implementation itself to generate the BGP messages. Change-Id: I7f4b6ad4f6995c242cd8a9848ea527b1fcac9c11
Pavlin Radoslavov authored -
- Number of devices per ONOS instance. - Number of ports on the devices. This value is global. The islands created by each instances' providers are joined together in a chain (circle). Reference : ONOS-860 Change-Id: I875ad1fbc1d4441869373c25de2ae5b62838e0d4
Ayaka Koshibe authored -
- Remove the bounded type parameter for BatchOperationTarget - FlowRule and Intent don't inherit from BatchOperationTarget - Remove BatchOperationTarget because nothing depends on it Change-Id: I3b414d25409e9bbe5de37ffef10b08bc1799be74
Sho SHIMIZU authored -
Instead of abstract class, defined as interface by using default method Change-Id: I23135da32db3e1bf3b161edca4db8a61f392eb78
Sho SHIMIZU authored -
- Rudimentary handling of 'showSummary' event implemented. - Fixed resize behavior of topo SVG. - Created 'migrate' mock-server scenario. - Added 'restart' command to mock-server. Change-Id: I90ac93dbc9efb8f17ef95825d3159030145267a2
Simon Hunt authored -
- added FnService.windowSize() function. - added MastService and mastHeight() function. - implemented SvgUtilService.createDragBehavior(). Change-Id: I5dae35244ab8220e1b95ddfd55b180e6adcb7a00
Simon Hunt authored
-
- 28 Jan, 2015 12 commits
-
-
Code to integrate directive into d3 created table -- WIP Change-Id: I182ad1c66fdce36bb4097459e55a5271d47b700c
Bri Prebilic Cole authored -
All IntentStore operations are now implemented. ONOS-858 Change-Id: I5081805b61c7e25e28707b90093cae12b5a4374b
Jonathan Hart authored -
that never throw IOExceptions. These APIs already return boolean to indicate if sending failed. Change-Id: I339949fe59f3b8b18a117aabc8d67402dc66c2a3
Jonathan Hart authored -
The map uses the gossip schemes to replicate data between instances. It seems to work for basic add and remove use cases right now, no anti-entropy yet. ONOS-844. Change-Id: I7d05a7b532e40c95ab14e2c8911f18514bd0a8ca
Jonathan Hart authored
-
- 27 Jan, 2015 1 commit
-
-
Resolve ONOS-471. - Define IntentUpdate sub-classes for intent state transition - Define CompletedIntentUpdate and its sub-classes for parking intent state - IntentUpdate.execute() handles one state transition and generates next state - IntentInstall monitor is splitted into IntentBatchPreprocess and its sub-classes Change-Id: Ie2d3a0b2ce9af7b98fd19a3a8cc00ab152ab6eaa
Sho SHIMIZU authored
-