- 11 Feb, 2015 5 commits
-
-
* IntentSynchronizer implements a more generalized FibListener interface * Updates to the FIB are signalled with FibUpdate to any FibListeners * generateRouteIntent logic has been pushed down into the IntentSynchronizer Change-Id: I6f0ccfd52ee4e16ce9974af5ee549d4ede6c2d0e
Jonathan Hart authored -
Change-Id: I51b2d954b7a8ff2c51c425d9a8125937d4eaa6b0 Change-Id: Ib27799d4eb60fc4bfaa8d2f21a904365ff5437eb Change-Id: I95c937600ceb8f282a482280217671c471f40b9c
Madan Jampani authored -
…pe because GROUP_STATS are also published now. Change-Id: I3b61fcc4b59f1b47b11debdb1863d87d36db7744
sangho authored -
…n the table is currently sorted as. Change-Id: I6c5e6d1c196495dc6065ae58fa6cb21001c01778
Bri Prebilic Cole authored
-
- 10 Feb, 2015 7 commits
-
-
- introduced topoSelect.js. Change-Id: Ic843c7d8dc2249fe0cb8c33de60dce12c07aea44
Simon Hunt authored -
- Added a general directive that emits when ng-repeat is completed. Change-Id: I23131adecded9f0393334d003812845ac6b4f031
Bri Prebilic Cole authored -
- moved randomized functions to random.js (so we can mock them). Change-Id: Ic56ce64c036d36f34798f0df9f03a7d09335a2ab
Simon Hunt authored -
in AbstractShellCommand print and error This fixes a bug where print() works intermittently on the Linux servers and error() doesn't work at all. fixes ONOS-986 Change-Id: I086fea9f999992990935d54a6d15d55a7fb4cfea
Brian O'Connor authored
- 09 Feb, 2015 4 commits
-
-
- codec test now uses the json matcher rather than comparing itself - refactored the codec matcher to be less ugly - fixed a bug in how eth types are compared Change-Id: Iaf9980c52e98518405a23d2cdde7ccd7d4afaa9b
Ray Milkey authored -
Work toward ONOS-509 The following match conditions are added/implemented: - IPV6_EXTHDR Also, fixed the match criteria for the optical signal type to represent unsigned 8 bits integer (per spec). Change-Id: I925db19cb43c5d9f589c1f090b6a75faabe0a19b
Pavlin Radoslavov authored -
match/action conditions Fixed the signed/unsigned issue for the match conditions Also: * Reordered some of the code in CriterionCodec.java so the order of handling various Criterion types follows the order as defined in Criterion.java - In the process, removed a duplicated entry for Type.MPLS_LABE - Fixed an issue with TCP/UDP/SCTP ports being accessed as 8-bit integers instead of 16-bit integers * Updated some of the unit tests in CriterionCodecTest.java to use larger integer values that could expose better potential bugs in the tested code. Change-Id: I531d13bd258ebc559ce6be716863c01613427a98
Pavlin Radoslavov authored
- 08 Feb, 2015 3 commits
-
-
- Fixed PushHeaderInstructions bug, where half-baked Ethernet instace was used only to hold ethernetType. (ONOS-987) Change-Id: I330a862c8a18206250befbd4e22ee6d189beed83
Yuta HIGUCHI authored
-
- 07 Feb, 2015 1 commit
-
-
- added inArray() and removeFromArray() functions to FnService. Change-Id: I0e9631fa9e5865cb171e8d505f45c1963a1903dc
Simon Hunt authored
-
- 06 Feb, 2015 11 commits
-
-
Removed the implementation based on previous Copycat API. Change-Id: I6b9d67e943e17095f585ae2a2cb6304c248cd686
Madan Jampani authored -
The previous implementation was a huge switch statement. These changes attempt to use polymorphism to avoid all of the branching inherent in a switch. Change-Id: If997f028346de02b883356bcde07f62674e319be
Ray Milkey authored -
- cleaned up findDevices(...) .. all devices, or offline devices only. Change-Id: Iac64cdc64393e3c30798975e4aab8ed480deda31
Simon Hunt authored -
- added 'toggle(cb)' to panel API. - deferred keybindings to allow direct reference to sub-API functions. - re-implemented tick() function. - added 'list scenarios' command to mockserver. Change-Id: I1cc0009266e1015747b1d8106bd1f088adb2feb5
Simon Hunt authored -
- Fixed instanceOf with wrong type (ONOS-974) - Aligned #toString() format to be the same as other instructions Change-Id: I526c2ef8d92660e0b821a10f0cf87ee72a84cdf3
Yuta HIGUCHI authored
- 05 Feb, 2015 9 commits
-
-
- An object is returned that has the current column ID and which icon/sorting needs to take place when sent to the server - clicking on each header will display to the debug console which way it will be sorted Change-Id: I686d417a5b9b0e5c9b591380b8a6166c70c3c401
Bri Prebilic Cole authored -
to include ingressDevice. Also modified help strings for consistency. Change-Id: I9c35fdbdae539f92411da089ff48b4c0951e8481
Jonathan Hart authored -
REST API tests were defining a set up method called setUp(), which had the unwanted side effect of hinding the parent class' implementation. Made the set up and tear down methods for the tests have unique names so both will be executed. Also fixed some javadocs while editing the files. Change-Id: Ifaa75fe650d5909b066769e5e12cb5c834267a20
Ray Milkey authored -
- Modified Hazelcast related tests to use TestHazelcastFactory. Hazelcast instances generated by it uses mocked network, which might resolve timing issue (ONOS-368). See: https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/test/java/com/hazelcast/test/TestHazelcastInstanceFactory.java Change-Id: I18f1c2d855eebf679a4be97a53cea2c808acfd04
Yuta HIGUCHI authored -
ONOS-924 Need to implement test cases. Change-Id: I86b0cb8c3c8d75f7276778e04c1a7166c9bb2f59
Kunihiro Ishiguro authored -
- Eclipse complains isA() is ambiguous. 'isA' method does exist in both EasyMock and hamcrest Matcher. Change-Id: I6b98dbe1b4f1f0ce4fcbc2dcaded9b666fc19b33
Yuta HIGUCHI authored -
Work toward ONOS-509 The following match conditions are added/implemented: - IN_PHY_PORT - IP_DSCP - IP_ECN - METADATA Change-Id: I6f529ee90b2b9e0d5046f83c034e8be3faf86d8b
Pavlin Radoslavov authored -
…ture repo. Fixed onos-package script. Added JSON output to CLI. Change-Id: If4f2c774d3fc2d68c0a8e91b3084b99d7c75d927
Thomas Vachuska authored
-