- 26 Jul, 2016 8 commits
-
-
Fix the doc: life() returns the time in seconds, not milliseconds. Add new method life(TimeUnit) that allows specifying the timeunit to receive the life value as as seconds might not be enough for all applications and OpenFlow can provide this value to nanoseconds resolution (in its spec). Change-Id: Ia6a7573797249e0edc04e03c7204a550a2823742
Thiago Santos authored -
Change-Id: I6cf35b6cd699904d15df7f08ca47d54e0b9c2138 (cherry picked from commit 7e3bfa4c)
Priyanka B authored
-
- 25 Jul, 2016 9 commits
-
-
- Add alart command for FUJITSU OLT volt-notification-alertfilter <netconf:target> volt-notification-setalertfilter <netconf:target> <alert-severity> volt-notification-subscribe <netconf:target> {disable} - Update fujitsu-drivers.xml and shell-config.xml in FUJITSU directory - Apply Yuta's and Andrea's suggestion to startSubscription method and other methods which related to startSubscription method. -> Remove startSubscriptionConnection() and createSubscriptionString() method in 4th patch-set. -> Modify cosmetic issue related to Static-string. -> Update "No replay" to "No reply" in VoltGetPonLinksCommand.java Change-Id: I2c8d5484ea0ff9f0b1b970fe8b183bec12193c46
Akihiro Yamanouchi authored -
…updated stc scenarios for dist primitives to use this for verification Change-Id: Ife3bde21118ebd21e8abf807070a72ac58341120
Madan Jampani authored -
- Added getPeers() to UiTopoLayoutService. - Fixed wipe-out command to leave the default layout alone. - Fixed handling of null-region (associated with default layout). - Added refresh() method to model cache. - Fixed regions-topo-2 device IDs Change-Id: Iee49b47ff6702bed9751be7b63392577422d4763
Simon Hunt authored
-
- 24 Jul, 2016 1 commit
-
-
…rty panel details in WEB GUI add a judgement, only OpticalTunnelEndpoint has a deviceId Change-Id: Iff91b0b5f37d2ae838229f4e11e970cd70dd6ae1
chengfan authored
-
- 22 Jul, 2016 6 commits
-
-
- specify nearby logger when possible Change-Id: Ia8925ab1459c4d1da922becd0e201388d44d4294
Yuta HIGUCHI authored
-
- 21 Jul, 2016 16 commits
-
-
- Was excluding EdgePort when trying to remove EdgePort... Change-Id: I79da723da5b045e322ec9b9cdb5457a17f1aceb4
Yuta HIGUCHI authored -
- Assign names to the thread used in the event loop Change-Id: I5446801c3113ef4ca3b887346a07dda66a84638b
Yuta HIGUCHI authored -
- Use information in the distributed Map to determine if the Host has moved instead of instance local cache view. Change-Id: I374e7cf9f4f03451770b137ef2e835e6c578a463
Yuta HIGUCHI authored -
Adding support for wiping out regions and layouts. Refactored UI layout manager to allow public knowledge of default layout id. Enhanced test topo for layout hierarchy. Change-Id: I254fd494175e753f542f12a664618c1a83f72127
Thomas Vachuska authored -
The plan is to augment these events as we figure out what they will look like when populated. Change-Id: I3aa1cb22a6e339bf9f6f86fc1587783c0f63a9b6
Simon Hunt authored -
- this is WIP: still need to extract data from model cache. Change-Id: I5ab843a1c352275a8da89964c886b660e3b8b616
Simon Hunt authored -
Also improved openstackInterface to create Jersey client once and give better warnings. Fixed missing web context, too. Change-Id: Ifc835b98f30d5daf566eb22dfe3af34f23634e09
Hyunsun Moon authored -
- Add uplink interface to the router bridge - Set separate controller for the router bridge - Use OVSDB provider to check the ports list and keep OVSDB session Limitation: OVSDB provider does not provide port or bridge updates, that is, any changes on the router bridge may not be detected by ONOS Change-Id: I1f17f4fb2c050afdbda1e5ffc06f6485903d3d90
Hyunsun Moon authored -
- Reverting iteration through meta instructions to earlier mode Assuming instructions appear in the order they were added - Saving explicitly provided VlanId to new variable modifiedVlan: modifiedVlan is the value to be used when modifying existing tag assignedVlan is the value to be pushed to untagged packets pushedVlan is the value to be pushed to tagged packets (i.e. when pushVlan == true) - Extra checks added for the following cases: Do not allow to pop tag after modifying existing tag Do not allow to modify a tag after pushing a new tag Do not allow including multiple modify VLAN operations Change-Id: I92801e3845a2ca1e88181698cb0ba3c22224acf4
Konstantinos Kanonakis authored
-