BitOhenry
e330cf009f
[ONOS-3374] Create arp_sha selector to onos
...
Change-Id: I82f29e24c5fe57d3e23e4e41a6e86c165456e901
2015-11-17 19:01:06 +08:00
BitOhenry
914c7ad302
[ONOS-3363] Create arp_tha selector to onos
...
modified: core/api/src/main/java/org/onosproject/net/flow/DefaultTrafficSelector.java
modified: core/api/src/main/java/org/onosproject/net/flow/TrafficSelector.java
Change-Id: Id97469c133e0c10e44cda385dabb7c4ecca4af2b
2015-11-16 17:42:42 +00:00
BitOhenry
b53ac6cdbb
[ONOS-3361] Add nicira extension of resubmit instruction to onos
...
modified: core/api/src/main/java/org/onosproject/net/flow/instructions/ExtensionType.java
modified: drivers/src/main/java/org/onosproject/driver/extensions/NiciraExtensionInterpreter.java
new file: drivers/src/main/java/org/onosproject/driver/extensions/NiciraResubmit.java
Change-Id: Ib0a4a7b6360dd1629d0d2f74ef0d56f2c2a91a20
2015-11-16 17:22:33 +00:00
Jonathan Hart
d9df7bd278
Fix naming convention issues in preparation for stricter checkstyle enforcement
...
Change-Id: I918b7b1dcf6424a526b6b26b89acc9a57d807fec
2015-11-13 16:28:02 -08:00
BitOhenry
cc024ebd7e
[ONOS-3273] Add arp_sha or arp_tha Criteria to onos
...
new file: core/api/src/main/java/org/onosproject/net/flow/criteria/ArpHaCriterion.java
modified: core/api/src/main/java/org/onosproject/net/flow/criteria/Criteria.java
Change-Id: I4a7aa2e0de720aab7f49363a1f28ca93bf36d067
2015-11-13 18:59:42 +00:00
ilhem fajjari
b0a0684b43
add key parameter to PathIntent and MplsPathIntent constructors
...
Change-Id: I157c1e3e10dc3e3ebc1dbc6f9a1c9fe769337ee3
2015-11-13 18:51:09 +00:00
HIGUCHI Yuta
14c0436b3f
Reversible String representation for PortNumber
...
Change-Id: I2b5f45bd0652ef7fdcacfac64248e299dda10785
2015-11-13 05:36:39 +00:00
Thomas Vachuska
761f0040f3
ONOS-1684 Added support for app dependencies.
...
Change-Id: Iae318c24c3c9bd43d84318c79ac420fc85d5d599
2015-11-12 21:37:58 +00:00
Charles Chan
ec0425c18c
Carry previous location information in HostEvent
...
Change-Id: I06957d368a8a547cc3adb36bce4aaf96c432f4c8
2015-11-11 12:09:38 -08:00
Sho SHIMIZU
7326188f3f
Fix grammatical errors
...
Change-Id: I0bade79fc8c1ca528785732a2340d28f500830e5
2015-11-11 02:57:48 +00:00
Saurav Das
4f98008c10
CORD-48 Added support for broadcast next objective in OFDPA driver.
...
Changed groupid to show in hex for cli command 'groups'
Change-Id: I86474912a9fd775c36d5bc49545eaa58ecc46b47
2015-11-06 23:41:10 +00:00
Sho SHIMIZU
364cbacee8
Make the old resource APIs deprecated
...
Change-Id: Ib3158f3f363c928353f6ef82aac98a8e4e589953
2015-11-06 23:39:06 +00:00
Sho SHIMIZU
fa62b475da
Implement event notification of resource event
...
When a resource is registered or unregistered, a resource event is notified
Change-Id: I40e66761966ef2126366424a14bb3193fc850e5a
2015-11-06 11:25:37 -08:00
HIGUCHI Yuta
ca9cc8e28e
Avoid use of Objects.hash when there's only 1 params
...
- directly call #hashCode() when hashed Object seems non-null
- replace with Objects.hashCode(Object) when Nullable
- replace with Long.hashCode(long), etc. when primitive
Change-Id: I08c24ebbe94cf4162d1491209a14baf953163e41
2015-11-05 21:47:59 +00:00
Thomas Vachuska
c65dd7198e
ONOS-3321 Added ability for applications to register a deactivation hook.
...
Change-Id: I284321474dbf9e39e8b61f7b907f637ba6b80aaf
2015-11-04 17:26:58 -08:00
Simon Hunt
cd1502725f
ONOS-3320: PropertyPanelTest fails in non-English locale.
...
- Added formatter() instance method that can be overridden by unit test.
Change-Id: I38ee045edee852c95e27bead46800fb5dad4cf88
2015-11-05 00:04:57 +00:00
Steffen Gebert
ba2d3b7871
Implement OFActionEnqueue (OpenFlow 1.0 only)
...
Realize the QUEUE Treatment using OpenFlow 1.0 Enqueue action.
The ConnectivityIntentCommand's --setQueue parameter is extended by a notion of
<port>/<queue> to support the difference from OpenFlow 1.3 Set-Queue, which is
not bound to a port.
Change-Id: I28cf70a7c004a1a3a14361e5186cfe42f09f1356
2015-11-03 22:55:40 +00:00
Sho SHIMIZU
d936b42182
Change the return type of commit() to indicate the result
...
Change-Id: I4658a89fb0a496baa929579ab7800d00e842d685
2015-11-03 18:54:28 +00:00
Jonathan Hart
3c25916dff
Generic extensions to the treatment API to support protocol extensions like
...
OF experimenter actions.
Change-Id: I88cc5896d17fdbf89807f911f9c23e4f19f6a5ad
2015-11-02 22:02:11 +00:00
Ray Milkey
ccda0b5dc7
Enable checkstyle rule to enforce package-info.java files
...
Change-Id: If837601380e4950b46ad1332bd3c20ef59cc216e
2015-10-30 17:21:08 -07:00
Sho SHIMIZU
81cdc395b7
Make MPLS label request specifiable for a particular MPLS label
...
Change-Id: I4626229040c61e927a468ab5c486a907af0108ae
2015-10-29 22:47:47 +00:00
Sho SHIMIZU
36163f94bb
Make LinkResourceService deprecated
...
Change-Id: Iff92b25f51b9b1d8da4e8ed869afc51e5048d978
2015-10-29 22:47:08 +00:00
HIGUCHI Yuta
501c465c04
Add DataRateUnit to help specifying Bandwidth.
...
Change-Id: I2b83922d98cab5571408b920a89bb8b704934255
2015-10-29 22:39:44 +00:00
Sho SHIMIZU
4a503af8c5
Add a missing field to show it in toString()
...
Change-Id: Ie2d4a2c37319fe60914d8e8a270f6b420e8df06e
2015-10-29 14:45:16 -07:00
Charles Chan
c42e84e5b2
[CORD-46] Create a broadcast group for each subnet
...
DONE
- Expose subnet-to-ports information from DeviceProperties and DeviceConfiguration
- Create subnetNextObjectiveStore to store <DeviceId, IpPrefix> to nextId mapping
- Implement broadcast NextObjective in SpringOpenTTP
Use ALL group type to achieve broadcast
TODO (not in this submission)
- Push ARP table for a host when its location is learned
- Push default ARP table miss rule. Action = to the broadcast group
Change-Id: I2de28095e85289e75af3fc7a02c811b270b342ad
2015-10-29 21:16:45 +00:00
Sho SHIMIZU
c25a00860a
Move wavelength selection logic to OpticalConnectivityIntentCompiler
...
Now, LinkResourceManager doesn't have a logic to select lambda(s)
Change-Id: I008d770f4f142f3d67afa734e50bd8761a0aafd2
2015-10-29 17:09:16 +00:00
Madan Jampani
fcc49c5467
Remove mapdb dependency from core api pom
...
Change-Id: Idab32efc1c2f627949a8476bbbcc910323e6f8ff
2015-10-29 16:49:09 +00:00
Sho SHIMIZU
e7f4f3f1c3
Define and implement a method to query available resources
...
Change-Id: I49fbcdf215e402603ea15f469d41e572f1cce1c6
2015-10-29 09:01:54 -07:00
Ray Milkey
f64cf414e6
Javadoc fixes
...
Change-Id: I63c3f127bbe6fef94096c46a60b057d65b69a10e
2015-10-28 16:17:30 -07:00
Hyunsun Moon
aab8c67058
CORD-223 Added ovsdb driver methods for bridge and tunnel interface creation
...
Change-Id: Ida80a4ef5b66cebb83b2629054c68a3546526d23
2015-10-28 21:50:42 +00:00
HIGUCHI Yuta
584107a683
ONOS-3224 HostToHostIntent should have implicit non-OPTICAL constraint
...
Change-Id: Ibd6214e9b12199f56f0761cfdaa1eb45a600eb1c
2015-10-28 19:56:24 +00:00
Yafit Hadar
5796d97985
REST API related implemetations for ODU SIGID and SIGTYPE Fields in Flow Criteria and Instruction
...
Change-Id: I78ddc162409d377b8c55e7f8eedd9a91939ab277
2015-10-28 18:30:28 +00:00
Sho SHIMIZU
6603a85091
Fix indent
...
Change-Id: I2b54e8f9a95b41959b952d3c1414783843b84ac0
2015-10-28 18:04:09 +00:00
Simon Hunt
4a6b54b1cd
ONOS-3129 : GUI Intents to Topo :: part 2 - pushing data through topo view and having the intent path show up.
...
Change-Id: Ie626a46e189d2b704d683e0f58762a68cd3d3a7d
2015-10-28 17:44:11 +00:00
Saurav Das
88f4c84497
Added a TrafficTreatment to the filtering objective to cover those
...
pipelines where the filtering action is accompanied by a corresponding
change to the permitted packet. Fixed Filtering Objective javadocs.
Change-Id: I7f3c1a1a3553c0fdbfe5e7e48c6426cde1602efd
2015-10-28 14:57:20 +00:00
Saurav Das
a002972f68
Removed unnecessary unused interface.
...
Change-Id: Icb4a848ce790644a0c8695747f3777f1e0190eda
2015-10-27 20:59:20 +00:00
Simon Hunt
e2b6a2bab6
Fix for ONOS-3220 : Implement Comparable on intent Key.
...
Change-Id: Ibba4a972d2e3a82b5bf9256893a82501236021cb
2015-10-27 19:11:16 +00:00
Ray Milkey
e3026a4eb4
Fixes for Javadoc errors
...
Change-Id: Icf8fa2918faf071407e33c1fecc2ebac817cc817
2015-10-27 18:23:12 +00:00
Aaron Kruglikov
92511f22a0
Creating persistence service.
...
Change-Id: Ib78b4001a24c71b4096e5a2a446dbd5009aa1090
2015-10-26 21:48:30 +00:00
David K. Bainbridge
e676dabe61
added equality functions that do a deep content check
...
Change-Id: Ibc64373587622fa6911d18e21d1695577cc36301
2015-10-26 18:25:23 +00:00
Simon Hunt
de99e0b339
GUI Topo -- Badges - Enhanced uitopo archetype to also use badges.
...
Change-Id: I80cd4783a4154a2ccce6054175022b97ef7bc6c1
2015-10-26 16:30:02 +00:00
Ray Milkey
8f7feed4a4
Unit tests to improve coverage
...
- DefaultPacketRequest
- PacketEventTest
- PacketProcessor
Change-Id: I86d1416f808ebc901ed84204f2e772dc25f9eb58
2015-10-26 16:20:25 +00:00
Madan Jampani
ec1df02f3e
In preparation for dynamic clustering support:
...
- Added Cluster metadata service and metadata store interfaces
- Added a static cluster metadata store implementation that is backed by a local file.
- Consolidated the existing cluster.json and tablets.json metadata files into a single cluster.json file that has all the cluster related metadata.
- Removed dependency on ONOS_NIC env variable.
Change-Id: Ia0a8bb69740caecdcdde71a9408be37c56ae2504
2015-10-23 17:51:08 +00:00
Jonathan Hart
3e594649d5
Change OLT app to push Q-in-Q tagging flows rather than transparent VLAN flows.
...
Device VLAN is set through configuration, subscriber VLAN can be added using
CLI (eventually this will come through a call from the AAA app).
Moving towards generalizing this app as an 'Access Device' app rather than purely OLT.
Change-Id: I9b82b39f6a2dee2c6f10f3fd13b261f3e0313db7
2015-10-22 18:48:19 +00:00
Simon Hunt
13cc0835fc
GUI Topo -- Added missing glyphs
...
Change-Id: I5895b86248bc084c9e71c52cdb6161ae5b736e4a
2015-10-22 09:23:32 -07:00
Simon Hunt
e9343f3799
GUI Topo -- Cleaned up NodeBadge, now that we have a clearer idea of what we want to model.
...
Change-Id: I754a94cbd1fbe2a2c8affccaca88c48c3fa33b92
2015-10-22 16:18:02 +00:00
Steffen Gebert
bbfdaaaef5
Implement OFActionSetQueue (OpenFlow 1.3 only)
...
Action "Set-Queue" (OFPAT_SET_QUEUE) is not yet implemented.
This patch adds such a QUEUE Treatment and implements it using the Set-Queue
action of OpenFlow 1.3.
The --setQueue parameter can be used when defining intents so that flows with
the respective Set-Queue action are installed.
This includes contributions by Michael Jarschel and Arne Schwabe and is the
result of our ONOS Hackaton project at EWSDN 2015.
Change-Id: Ie7bf01e8fd90fe68977477327ac4f53d7930e186
2015-10-21 10:36:17 +00:00
lishuai
a72d44dc9d
[ONOS-3172] Add arp_spa or arp_tpa Criteria to onos
...
Change-Id: I3eef59b71ba062ecb475f16decc7a6a0cd59032f
2015-10-21 10:31:02 +00:00
Simon Hunt
8589757355
GUI Topo -- added NodeBadge field to NodeHighlight.
...
- updated TopoJson to include device badge in JSON output.
Change-Id: I7fc0ec226c378a0395cd1eec765cb7bc867f9100
2015-10-20 16:32:07 -07:00
Simon Hunt
83c5b83b76
GUI Topo -- added NodeBadge model object.
...
Change-Id: Ic6c04429f81162f6e4c15836b342d21864e2387d
2015-10-20 14:57:14 -07:00