- 19 Jan, 2015 2 commits
- 17 Jan, 2015 7 commits
-
-
aovid duplicate call of toString. Apply changes to FlowEntryBuilder and FlowModBuilder as well. Fix missing break; issue. Change-Id: I1a2e59ca943bbcc9677b9fc0cb9eb2f7cb3d7aa3
Kunihiro Ishiguro authored -
Also renamed ProxyArpService#known(Ip4Address) to ProxyArpService#isKnown(Ip4Address) Fixes ONOS-722. Change-Id: I136c65e58693926e87b822cb0f4ec1c4ba0e3780
Jonathan Hart authored -
currently chains null devices together in a linear topology. The tunable parameters for this provider are: - flicker = [default false] : flap the links by sending LinkEvents - eventRate = [default 3000] : time between LinkEvents, in msec Reference: ONOS-446 Change-Id: I865c1c43c3216d9b64d67bda7c118bb041d5b1c9
Ayaka Koshibe authored -
Default drop rule has the lowest priority and matches everything. This means if a packet doesn't match any rules in the flow table, it is dropped. This brings OF1.0 behaviour into line with OF1.3+ behaviour. Change-Id: Id73839907a664bdccbc7a5eb904a8edd2a6222e7
Jonathan Hart authored -
- Skeleton of icon directive added. - icons embedded in table - test HTML file. - Augmented GlyphService.loadDefs() to allow subset of glyph ids to be specified. Change-Id: I775a958ef9dc35b0b89a126d5c0497f72a721b71
Simon Hunt authored
-
- 16 Jan, 2015 14 commits
-
-
D'Oh -- has to have public-no-args constructor! Change-Id: Ib586f74bdd109385fd1772e53122e096bdd7e8d5
Simon Hunt authored -
We shouldn't have special behaviour for some switches, and we want send-to-controller behaviour to be determined by the applications rather than the switch type. Change-Id: I87fd0c0c0b567660378d325286101d19d86aba33
Jonathan Hart authored -
…tions to be made available to applications. Revising some implementations and adding tests. Removing fingerprint and extension concept for now. Change-Id: Id50faf29e4590b08e0c2b385ae8d4bb0c453f37e
Thomas Vachuska authored -
Fixed several bugs in codecs turned up by unit tests Change-Id: Icddb31aa3d2cb58612a0578772d24ff5f113d073
Ray Milkey authored -
New script tutorial_ipv6.py is added. o Switch OpenFlow version set to OpenFlow 1.3 o IPv6 forwarding is enabled Change-Id: Ie6840f38f0d09d9afb5b5791d26f7af14c4785d6
Kunihiro Ishiguro authored -
If remote bits aren't found, it used to print: cksum: /tmp/onos-1.1.0.jono.tar.gz: No such file or directory which may give the impression the install failed. Fixes ONOS-704. Change-Id: Ic03f3e546abad1e4dcfb69f61b7766be63c016ef
Jonathan Hart authored -
* Following classes have been extended to match IPV6_SRC and IPV6_DST criteria: - Criteria - DefaultTrafficSelector - FlowEntryBuilder - FlowModBuilder * Not included in this submission - Match of other IPv6-related criteria - Set of all IPv6-related criteria (action) Change-Id: I115829a480356d2037e0fc809595f7a5eec25874
Charles M.C. Chan authored -
This prevents us duplicating code in each of the apps and allows us to manage packet requests better in the future. Change-Id: I5656b2f0f3cecd3e42fe7b4a0a5ab7cb6582bb25
Jonathan Hart authored
- 15 Jan, 2015 7 commits
-
-
Commented out broken device code WIP Change-Id: I7ccdc1c841277cf6895738eec056741693de5603
Bri Prebilic Cole authored -
Setting up bidirectional T-ports in OpticalPathProvisioner Change-Id: I4e97b2eb53d3d4182aae9c98a227de982f492950 (cherry picked from commit d6843bed)
Brian O'Connor authored -
- Support for more T ports - Addresses ONOS-440 Change-Id: Iafbe57b4797f272678696b8b2e46e5a6487e7428 (cherry picked from commit 6aba3844)
Brian O'Connor authored -
- implemented get() function (with unit tests). Change-Id: I65edb5422ed3719d8bdc262e398673e0a1db3f0b
Simon Hunt authored -
- Created directives.js file to hold custom directives definitions. Change-Id: Iecdbfe81fd8c5719f6da4f67fd9986ffa70c35df
Simon Hunt authored -
- still WIP, as we need to invoke a resized() callback in the controller so that the view can also respond to the event. Change-Id: I55fa5e52c70e208924ad22d389e2002c66cb37ef
Simon Hunt authored
-
- 14 Jan, 2015 7 commits
-
-
Previously we relied on the table-miss entry set up for OVS switches, but this doesn't work for non-OVS switches 1.3 switches. Fixes ONOS-661. Change-Id: Ibc0aee09f304eaf240691a4d5d2f8765a5f8cdd5
Jonathan Hart authored -
This is work toward fixing ONOS-554 Change-Id: I6aced093c47459796d40e8bd839177c4db60d1e0
Pavlin Radoslavov authored -
[Merged from onos-1.0] Change-Id: I69b1c8935acdc8869cd19eb916e310965d8a2f48 (cherry picked from commit 16268818)
Marc De Leenheer authored -
[Merged from onos-1.0] Change-Id: I3d8a81894f38b240e2bf1536c1ec8a64583abede (cherry picked from commit 13cbfe5f)
Brian O'Connor authored
- 13 Jan, 2015 3 commits
-
-
[Merged from onos-1.0] Change-Id: I238ea24e1a4c4bebb40d132d060c418f5675f570 (cherry picked from commit f25a5115)
Brian O'Connor authored -
[Merged from onos-1.0] Change-Id: I276454b09d32e1a7b7182271ddba8cf6add71c40 (cherry picked from commit e84ab32f)
Brian O'Connor authored -
[Merged from onos-1.0] Change-Id: I9d2ba4be4230bbfd4a6f29645c07c6210a282f9e (cherry picked from commit 96e56fca)
Thomas Vachuska authored
-