- 20 Jan, 2015 1 commit
-
-
Fixes ONOS-776. (cherry-picked from master) Change-Id: I0629a140835cd3277eb362c1909b5b806c6fcec0
Jonathan Hart authored
-
- 17 Jan, 2015 3 commits
-
-
Catch BufferUnderflowExceptions that occur while trying to deserialzed Ethernet packet, and account for the fact that packets may not have been deserialized correctly when using InboundPackets. Addresses ONOS-605. Change-Id: Ia7191e62a339125c9c4d3fe0cf63f9c33eb74cb5
Jonathan Hart authored -
This fixes ONOS-540 NOTES: * Currently, the flow rules are pushed by each module that needs to receive the corresponding control packets: - ARP: ProxyArpManager, HostLocationProvider - LLDP and BDDP: LLDPLinkProvider * Pushing the corresponding IPv6 rules for Neighbor Discovery is not done yet * In the future, we might want to consider an explicit service to subscribe for receiving particular control packets [Merge from master with manual conflict resolution] Change-Id: I292ad11a2e48390624f381c278e55e5d0af93c6d
Pavlin Radoslavov authored -
Apply Thomas Vachuska's solution of ONOS-537 (#2177) to FlowModBuilderVer13. This solves the exception mentioned in the comment of ONOS-540. Tested with OpenvSwitch 2.3.0 in Mininet 2.2.0. Change-Id: Ia6680c0403577053948c4ede3b3e8b5b846495be
Charles M.C. Chan authored
-
- 16 Jan, 2015 3 commits
-
-
Change-Id: I8bfbc1e33326c1b23cafd3f82f129a708a5e9985 (cherry picked from commit a65f6218)
Madan Jampani authored -
[Merge from master] Change-Id: I1671113b35853e258986568cec3a385c281e1147 (cherry picked from commit e53f171f)
Ray Milkey authored -
[Merged from master] Change-Id: I40b24c401c782a452a66c081623f5bba5ea5c9af (cherry picked from commit e0fade77)
Ray Milkey authored
-
- 13 Jan, 2015 7 commits
-
-
related to ONOS-481 [Merged from master] Change-Id: I9f82c7d9736dab7326062af9c38ae6e290a9b818 (cherry picked from commit 08f156b4)
Yuta HIGUCHI authored -
resoves ONOS-478 [Merged from master] Change-Id: I3fd84088afd9c9f616858037829cac70708cc66e (cherry picked from commit 24f79eb3)
Yuta HIGUCHI authored -
resolves ONOS-473 [Merged from master] Change-Id: Id9c684ded610b30b059c3d83097b0fe4a7f7350b (cherry picked from commit 800fac66)
Yuta HIGUCHI authored -
[Merged from master] Change-Id: Ife53b41ec9ff577e7e5c80bbd8a25f89e08942cf (cherry picked from commit 7bbeb3fe)
Ray Milkey authored -
[Merged from master] Change-Id: I5c907d8124585f9af5b3f6e7315c41cbcdd03fb9 (cherry picked from commit f2695400)
Ray Milkey authored -
CONTROLLER ports were displayed as 18446744073709551613 for output instructions. [Merged from master] Change-Id: Id62f7ebe9e140a0a2c3c2387fbabfb3305f4273d (cherry picked from commit 8717be20)
Ray Milkey 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 [Merged from master] Change-Id: Ib68161d552a0011e6a6666970907cf9ca846f620 (cherry picked from commit 36eb6e11)
Charles M.C. Chan authored
-
- 12 Jan, 2015 1 commit
- 09 Jan, 2015 3 commits
-
-
Without this we use the default abstract switch, which doesn't push a table-miss entry. Fixes ONOS-558. Change-Id: I296c7fff6e94575e72829fb4e1aa3d1e5b82852c
Jonathan Hart authored -
Having onlab-rest in onos-api creates a dependency issue because the dependencies of onlab-rest are not included in onos-api. Usually people don't see an issue because they also have another rest/web feature installed. Fixes ONOS-505. Change-Id: Ifd1526491eb526bb2d751d915fc97cceef5a64a9
Jonathan Hart authored
-
- 06 Jan, 2015 1 commit
-
-
ONOS now waits for switches to advertise their highest version via a hello message. ONOS then replies with a hello of the appropriate version. Change-Id: I6ebe3f1b8f513920dc62016347a40f503de01457
alshabib authored
-
- 24 Dec, 2014 2 commits
- 22 Dec, 2014 1 commit
- 15 Dec, 2014 1 commit
- 09 Dec, 2014 2 commits
-
-
Setting up bidirectional T-ports in OpticalPathProvisioner Change-Id: I4e97b2eb53d3d4182aae9c98a227de982f492950
Brian O'Connor authored -
- Support for more T ports - Addresses ONOS-440 Change-Id: Iafbe57b4797f272678696b8b2e46e5a6487e7428
Brian O'Connor authored
-
- 08 Dec, 2014 2 commits
- 05 Dec, 2014 13 commits