- 30 Aug, 2016 6 commits
-
-
Topo2Layout/Link - Added port number on link hover Topo2Layout/Select - Added Drag functionality Topo2SubRegion - Added onClick event to node Topo2Device - Added Color Theme TopoForce - Removed console.log Change-Id: Icd85d92c8f3c5f96cb896068fe9375c250717f5f
Steven Burrows authored -
Previously we were only passing the first ONOSCluster into MininetFacade, but lo and behold it supports as many networks as you like! So we pass them all in the case where we have multiple ONOSClusters. Change-Id: If848886b958aa47d3e4834c44adc98fffd90453c
Bob Lantz authored -
Since --custom files are execed, subsequently importing them actually creates duplicate classes. This wouldn't be a problem except that we depend on isinstance(). As a workaround, we allow the class name to match if isinstance() fails, assuming it will be a class that is compatible with ONOSCluster or ONOSNode. Example: env PYTHONPATH=. mn --custom onos.py,mytest.py where mytest.py imports onos Change-Id: Ib4cda82fbdd612420de1e113ab768e2f137d5213
Bob Lantz authored -
With multiple ONOS clusters, we want to make sure that the forwarded port numbers don't collide. We add a portOffset which is automatically incremented appropriately as more ONOSClusters are created. It can also be specified explicitly. Change-Id: I62977c3d4141668d9f541067db1a20ec0035489b
Bob Lantz authored
-
- 29 Aug, 2016 6 commits
-
-
This reverts commit 50ad0806. Change-Id: Id2f9924a28c18686b4be30200244dbd0c975e90a
Jonathan Hart authored -
Now, FlowObjectiveAdapter is not exposed to external applications. So, each App developer has to define own FlowObjectiveService in their test code. I removed the previous copy in sfc package. FlowObjectiveAdaptor is renamed into FlowObjectiveServiceAdaptor Change-Id: I25545669eea3a73deebaf2a6f2c46e2ff2890b34
Yoonseon Han authored
-
- 26 Aug, 2016 1 commit
- 27 Aug, 2016 3 commits
-
-
- ports, switch, roadm, uiAttached, summary, detail Change-Id: I4bff2fcaeb16e7dcb59268a46d627ebe92110556
Simon Hunt authored
-
- 26 Aug, 2016 7 commits
-
-
Fixed syntax in Topo2NodeModel.js Added SubRegions to the topo2 view Change-Id: I04c793f3a9a98808eaa11049f31bbb166cc5b66f
Steven Burrows authored -
Change-Id: I180ee4fb26383c017fbeff98c324d99dc21a34c4 (cherry picked from commit b7fc92d5)
Kavitha Alagesan authored -
Change-Id: I95f87b93f18da98a0bd0b77d7c41b83aa9f7390e (cherry picked from commit 9fa6da1b)
Kavitha Alagesan authored -
Change-Id: I806f32c13df33f137d199618de0ad495833a5d0e (cherry picked from commit 14fefb5e)
Kavitha Alagesan authored
-
- 25 Aug, 2016 5 commits
-
-
- ExecutorService which allows the caller or the Task to express hint about which Thread it needs to be executed. Change-Id: If1cc58f6b2369bb5afce4f402c195eacedf67f05
Yuta HIGUCHI authored
- 24 Aug, 2016 5 commits
-
-
Updated unit tests, and added a test for the app context in the URL. Change-Id: I110b62ff8366a503c3309df0f26a7dd213ae0c5f
Simon Hunt authored -
We provide an interface for assigning weights to buckets in a group and thus we should not silently ignore it. Properly set bucket weight to bucket.weight(). Change-Id: I7dce89e793140ee365a016f4bf26f0ccf206b8dd
Victor Silva authored -
…nos is behind an app prefix Change-Id: I271da533f39091efdd01d8104c1e6740effead52 (cherry picked from commit 3faa011d)
David K. Bainbridge authored
- 23 Aug, 2016 7 commits
-
-
- replace deprecated methods with new Protobuf 3 API - cosmetic changes Change-Id: I4655fc0fd76c8de83ea03615fc876c5aa9445367
Yuta HIGUCHI authored