- 13 Jan, 2015 2 commits
-
-
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 15 commits
- 04 Dec, 2014 10 commits
-
-
- staging repo was only applied to dependencies and not for plugin dependencies Change-Id: I6c11573290d19133cb3fbb9591590d1a2adbe6b7
Yuta HIGUCHI authored -
- --help result will uses this text, which looks as if there are multiple arguments, when the text includes spaces Change-Id: I96764cb41bd6ab6c95a5a3838b6a3a42a295f68a
Yuta HIGUCHI authored -
* Updated/cleanup the "routes" and "bgp-rotues" commands output formatting * Fixed/updated the help description for the "routes" and "bgp-routes" * Added optional argument "-n <nbr>" or "-neighbor <nbr>" argument to the "bgp-routes" command to print the routes from a single BGP neighbor Change-Id: I65afd00772bc8e097468ae2ed0dd3fd41bd27f25
Pavlin Radoslavov authored -
- commented out test key bindings Change-Id: I918d683df601d4575574d13b0a5379b34a3f681b
Simon Hunt authored