- 25 Mar, 2015 16 commits
-
-
and wrote a unit test for it. Change-Id: I8b38476c41fba70abbba7ed0b37364696f17966d
Jonathan Hart authored -
Requires restart of any dev shell sessions that may have KARAF_VERSION=3.0.2 already set. Developers that have their own local Karaf will have to run 'onos-setup-karaf <ip-address>' command Change-Id: Iba234b3cd5af89de6dd249c97cac97525364cc34
Thomas Vachuska authored -
…tons in topoToolbar - WIP. Change-Id: Ibc749b4ecdcb07ecf63d50817f8af3d455b4cde0
Bri Prebilic Cole authored
- 24 Mar, 2015 9 commits
-
-
It resolves naming mismatch in naming of IntentProcessPhases and states handled in the phases. It is described in ONOS-1064. - Define FlowRuleIntent that enables flow rule level operation as an intent. - Remove IntentInstaller interface - Existing installable intents such as PathIntent, LinkCollectionIntent, OpticalPathIntent and MplsPathIntent now become non installable intents. Only FlowRuleIntent is categorized as installable intent now. - Implement intent compilers for PathIntent, LinkCollectionIntent, OpticalPathIntent and MplsPathIntent. They generates FlowRuleIntents. - Write unit tests for the newly created intent compilers according to the intent installers' unit tests - Remove all intent installers and their unit tests Change-Id: I22d6c7acb65a4c066145de0018bd0727f44bd54a
Sho SHIMIZU authored -
…t one yet. Fixes an intermittent NPE. Change-Id: I49a2f0da08949fb4f589e6e831a74e5728196a2f
Thomas Vachuska authored
-
- 23 Mar, 2015 10 commits
-
-
…ocally -induced feature install. Change-Id: I1cb2c2dd3da03a34b80b1db312056b44cc9c1f9f
Thomas Vachuska authored -
- Promoted the new dynamically composed GUI page as the primary. - Legacy is still available under onos/ui/legacy/index.html Change-Id: Ife0ba50b7b4b567913498d80c2d261379ee268a5
Thomas Vachuska authored -
because it is not linked in to the build tree. Change-Id: I455a4d652e320f5c2e8bddb55cd3645aa54e0691
Jonathan Hart authored -
…d. Useful for detecting/debugging stability issues. Change-Id: I8ffebcf3a09a51c6e3e7526986a0f05530ed757f
Madan Jampani authored -
- Each connectivity intent now has only one constructor - Intent constructors are now private for leaf classes and protected for classes that can be derived from - Each intent class has a Builder class that accumulates parameters for intent creation - Each intent class has a public static builder() method to create a builder - Each Builder class has a build() method to create the intent from the accumulated parameters - Added keys to a few intent types that were missing them - Tightened up usage of checkNotNull(), taking advantage of the return value to save some lines of code - Modified callers to use the builders instead of directly calling the constructors Change-Id: I713185d5ecbadbf51f87ef7f68fec41102106c78
Ray Milkey authored -
- upgraded Jersey to 1.19 for some REST bug fixes for Java 8 - consolidated references to Jersey by using the dependecy management plugin in the top level pom file. Change-Id: Ic027f97f8fce6c673c9f2c02a92abaeedfedeb97
Ray Milkey authored -
* Automatically assign the Ethtype based on the IP address version for the "--ipSrc" and "--ipDst" arguments * Fix a typo in the --ipSrc and --ipDst description * Check whether the --ipSrc and --ipDst address versions are same Change-Id: Iaac98987b070c5fed97a7f6eb4c544f1578effcd
Pavlin Radoslavov authored
- 22 Mar, 2015 1 commit
- 21 Mar, 2015 1 commit
-
-
- tips will appear above the mouse when element is hovered over - tips disappear after mouse leaves element - positioning of tooltip is still WIP, testing of it was run in Sample View Change-Id: Ic3be1235bf8d2d4bbf473f965e3a1f8c79ce9fc6
Bri Prebilic Cole authored
-
- 20 Mar, 2015 3 commits
-
-
"Strip vlan" is OF1.0 terminology, whereas by OF1.3 it is called "pop vlan". Change-Id: I483526b39bf8ab6f9f96f251a8469e060b688878
Jonathan Hart authored -
This problem needs to be fixed in a better way. This reverts commit 8317ad56. Change-Id: Icbc4492016a0858221a3e79121db36cbb87b3b2b
Brian O'Connor authored
-