- 07 Jan, 2015 3 commits
-
-
are listed alphabetically. No functional changes. Change-Id: I38cd0b8a506675a8d054860d2934aebf276a7a6a
Pavlin Radoslavov authored -
BGP UPDATE attributes: MP_REACH_NLRI and MP_UNREACH_NLRI (RFC 4760). Note: currently, the IPv6 NLRI is decoded, but it not used. This work is in the context of ONOS-422. Change-Id: Ia61b94dedfe0b1a7d7f563e805a3086f56d4da03
Pavlin Radoslavov authored
- 06 Jan, 2015 12 commits
-
-
- Resolve ONOS-472 - Define instance variables for timeout and max attemps - Add a constructor that initializes the added instance variables Change-Id: Ia70421122cd6042b01850eabec9f249e7cea5e88
Sho SHIMIZU authored -
- Added areFunctions() to FnService. - First unit test for GlyphService. - Added note about debugging unit tests. Change-Id: I377b6a1cf1845fb57e506e1a935970b49dbf0bbb
Simon Hunt authored -
Create an exception to throw when no resources are available Simple, Hazelcast and Distributed link resource stores throw ResourceAllocationException Unit tests for successful and unsuccessful bandwidth and lambda allocations Change-Id: If062d10d2233935dd59efabfa5f37a446e275a5b
Ray Milkey authored -
… message. Also added support for TrafficTreatment.Builder.punt(); Change-Id: I9f5577cf83b4d25c79459e56492be747a245397c
Thomas Vachuska authored -
Fixes ONOS-504. Change-Id: Ia8a9b229c9eb212cf97ce3ed81c31febe84e3184 (cherry picked from commit df2e6529)
Jonathan Hart authored -
- updated the unit test README file. Change-Id: I050a343851d2445b29b846384aca5bfa82e43690
Simon Hunt authored -
For example, in the response of 'flows' command, the ethType of IPv6 (0x86dd) is shown as ff..ff86dd instead of 86dd Note: VlanId/VlanPcp still remains in signed format in this commit since: * VLAN tag is actually 12 bits. There should be no problem even if it is printed as signed short. * VLAN PCP is actually 3 bits. There should be no problem even if it is printed as signed short. * -1 is used in many places to indicate untagged vlan Change-Id: Ib68161d552a0011e6a6666970907cf9ca846f620
Charles M.C. Chan authored -
* Added a option "-m <setting-file>" to the onos-install command to copy the <setting-file> to ~/.m2/settings.xml on remote node. Change-Id: Ibad240004bae2d5f415bfaf0f23ee0f822c010d2
Kenji HIKICHI authored
- 05 Jan, 2015 1 commit
-
-
* Resolve ONOS-511 * Refactor: Move NDP-related classes into org.onlab.packet.ndp package * Bugfix: payload is not properly set in testSerialize Change-Id: Idb2dbfbd0297152c0e26ac2d5d5f8dba62824660
Charles M.C. Chan authored
-
- 01 Jan, 2015 1 commit
-
-
ONOS-511: Implement NeighborSolicitation Change-Id: I9aaf35d499cfc7885c74f9c4bf281210ef9f3969 ONOS-507: Trace NeighborSolicitation/NeighborAdvertisement/IPv6 packets in HostLocationProvider * Complete Javadoc of IPv6, ICMP6, NeighborAdvertisement and NeighborSolicitation - The Javadoc for serialize() is removed since the one in its superclass just works fine. * Change 'diffServ' in IPv6 to 'trafficClass' to meet the field name in RFC. - The setter method, getter method and unit test are also updated accordingly. * Add IpAddress.isZero() to determine if this address is zero. - The unit test is also updated accordingly. * Fix misuse of IpAddress.valueOf(int) in HostLocationProvider Change-Id: Id0d873aeb1bc61bf26d4964e7aab4bb06ccd0a38
Charles M.C. Chan authored
-
- 31 Dec, 2014 1 commit
-
-
org.onosproject.fwd.ReactiveForwarding.cfg ------------------------------------------ ipv6Forwarding = true will enable IPv6 forwarding in ReactiveForwarder. ONOS-506: Updates for the comment. * ReactiveForwarding.java Line 133: Make the comment to concrete Javadoc. Line 134: Method is changed to static. Line 141: Catch ClassCastException instead of generic Exception. * org.onosproject.fwd.ReactiveForwarding.cfg Line 3: Fix typo ;-). Line 7: Add comment: the option affects both IPv4 and IPv6. Change-Id: Ie7fdc7fc26c7d36b9633bfc828dffe27015214f7
Kunihiro Ishiguro authored
-
- 29 Dec, 2014 2 commits
-
-
4 Octet AS in AS_PATH is parsed. Now BGP can establish 4 Octet AS Path enabled peering with neighbor. Change-Id: Ibb72e8037554928584ccafe6a14b82ffaca7e2cd
Kunihiro Ishiguro authored -
Create ICMP6 class, which is mostly like ICMP Change-Id: I11d7abec4a8f1fd202e5dfb0a500f621773c2c3a Create IPv6 class, which is mostly like IPv4 Change-Id: I7a301a0f94263df5d6d30f73050332ec7acfe611 Register handler class of IPv6 to Ethernet Change-Id: Iccdef1680664520f9d66360a289809710982ce54 Fix FIXED_HEADER_LENGTH Change-Id: Iff4fb22638416595f2865ff46b682a0579ba33d5 Fix payloadLength Change-Id: I8dea4dd52f0bb5926fbff0d9e74fdd19404cabff Add unittest for serialize Change-Id: If194aa2530ce517a33b36b97b8478b0a4c463954 Add unittest for deserialize. Fix assertArrayEquals. Refine test structure. Change-Id: I94f2a348b2be2f5907d8bac6b9029b37eb31456d Payload length should be handled during serializing/deserializing procedure Change-Id: Ib079bf939a01a38356c824ed972793293ed8ca1e Add unittest for comparator Change-Id: I937dd9330d7c23a81ecd8434ac0fcf7345cc5c00 Fix typo. Fix checkstyle error Change-Id: I2fe1af81c65416b0fddaa0fb9ae206b87b889628 Add implementation and unittest for NeighborAdvertisement Change-Id: I7610462a5712f9fee5be0416c08e1de302e0780d Register handler class of NeighborAdvertisement to ICMP6 Change-Id: I3a7a9cf044cfdcd8908579942c159c2f0aad198d
Charles M.C. Chan authored
-
- 24 Dec, 2014 1 commit
- 22 Dec, 2014 1 commit
- 19 Dec, 2014 7 commits
-
-
- get all flows - get all flows for a device - get all flows for a device with a given ID Change-Id: Ifb1541e4ae4a7e49f1347b34bef2fe788902368d
Ray Milkey authored -
- Actively sync with peer on anti-entropy message to improve convergence speed - Timestamp not only location - Refresh timestamp on delta update Might fix ONOS-436 Change-Id: I271f9af04b87d78124d055e79b93413deaf1fa3c
Yuta HIGUCHI authored -
- routes currently hard-coded... some thought needed to handle views contributed at runtime. Change-Id: Ied012744d74e46c5072143283364557f9485056c
Simon Hunt authored -
- moved body class handling into Theme Service, (out of Key Service). Change-Id: Ied0d22523fec36cadef8b9669194089585f73959
Yuta HIGUCHI authored -
- re-package fn and keys factories into util module. Change-Id: I3d9f50b9a91468140845e862aff3fdb518948774
Simon Hunt authored
- 18 Dec, 2014 9 commits
- 17 Dec, 2014 2 commits
-
-
- Cleaned up fn.js and added contains(). - Unit tests added too. Change-Id: Id310675836e592af7a4a763f6624c0ee31adfbf5
Simon Hunt authored
-