- 21 Jan, 2015 2 commits
- 20 Jan, 2015 14 commits
-
-
Make the constructor of BatchWrite.Operation private Change-Id: I496ba4502f0f4c147250909cab9123fc5c869f9e
Sho SHIMIZU authored -
Fixes ONOS-779. Change-Id: I7e6a57457e287d28dd23946d677d3943443a435f (cherry picked from commit eec29724)
Jonathan Hart authored -
…ule dependencies and routing configuration are both derived from the list of IDs. Change-Id: If7bd7fe5c5c42f5c557e39c8ccb53847f2527be9
Simon Hunt authored
-
- 19 Jan, 2015 3 commits
-
-
- Edited glyph-spec and icon-spec to test the changes. Change-Id: I23472b7f6699a46da1728c49a9d72f826244c739
Bri Prebilic Cole authored
-
- 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