HIGUCHI Yuta
67023a2132
Minor javadoc fixes.
...
Change-Id: I1488e7f26a447543191aaa46070a16c5968db0b6
2016-03-28 13:35:44 -07:00
Sho SHIMIZU
e91e572617
Remove ModLambdaInstruction because we don't use indexed lambda
...
Change-Id: I6b9ec8f4bd4a6620ee87c11d1787a8f0c0c7fa7a
2016-03-28 18:44:15 +00:00
Sho SHIMIZU
f60e45f18b
Remove L0SubType.LAMBDA which now gets unnecessary
...
It's because IndexedLambda the type heavily depends on is removed
Change-Id: Ie549255353a2d605f528decfefd0c11f9728d7d8
2016-03-28 18:16:59 +00:00
Charles Chan
4ca2f7f7fd
Support metadata in forwarding objective
...
Change-Id: Iaa916a8b2749bec6b9db42fe3f3765b922bd921b
2016-03-25 21:35:38 +00:00
Sho SHIMIZU
a114d89a58
Remove IndexedLambda deprecated in Emu
...
Change-Id: I3dc3ea90049dd3331090472f8c4a0e83d430ba37
2016-03-25 15:43:31 +00:00
Sho SHIMIZU
cc137a9058
Remove method Lambda.indexedLambda() deprecated in Emu
...
Change-Id: Ie5a50d9d3df7b4af7af2d42edef3a63d622a721c
2016-03-24 17:10:33 -07:00
Sho SHIMIZU
0681016966
Remove IndexedLambdaCriterion deprecated in Emu
...
Change-Id: If1976963b49d28139d0002d9cd44414e4a8d9d50
2016-03-24 17:10:33 -07:00
Sho SHIMIZU
57f2efd60e
Remove Instruction.DROP deprecated in Emu
...
Change-Id: Ida5a5f489815dd1e972f6bfc8646e1e1bf0e8edd
2016-03-24 23:50:22 +00:00
Sho SHIMIZU
988cba457f
Remove methods deprecated in Emu
...
Change-Id: I924533daf64e07a1164d456bad4f87ec79098b44
2016-03-24 23:36:15 +00:00
Sho SHIMIZU
e18cb12e94
Move files under newresource package to resource package
...
Change-Id: Ifedb99be4671ada97fafe3ecfd196939207baa86
2016-03-24 23:16:59 +00:00
Sho SHIMIZU
ec07ffd403
Remove dependency on LinkResourceAllocaations from IntentCompiler
...
This change breaks backward compatibility of IntentCompier API
Change-Id: I471d0e28d97c2379f66d980d3176f89022c3a470
2016-03-24 22:54:08 +00:00
Jonathan Hart
b14221c357
Add support for reconfiguring interfaces in SDN-IP.
...
Change-Id: I2ea85d85432e661c3cbdca5e5a8b16678a242369
2016-03-24 21:01:31 +00:00
Sho SHIMIZU
aec0d37dbb
Remove constructs deprecated in Emu from old resource API
...
Change-Id: I384cb924f950e366b2a01f205233ba726dec9eb4
2016-03-24 20:26:02 +00:00
Sho SHIMIZU
f08a83525b
Remove methods in the deprecated old resource API
...
Change-Id: I5ccb8e30fc1a48208f28384d4c444f864ffe9cb7
2016-03-24 19:56:25 +00:00
Sho SHIMIZU
73aae6c62e
Remove ResourceId deprecated in Emu
...
Change-Id: I0b0be22523b3d9f3ded0339d20718a97450f7748
2016-03-24 19:43:16 +00:00
Sho SHIMIZU
25e32ec5e3
Remove constructs deprecated in Emu from old resource API
...
Change-Id: Ia4fd5d4c45d91b82b78ace18e96512c800adfcd6
2016-03-24 19:29:33 +00:00
Sho SHIMIZU
05b24f8fd1
Remove LinkResourceStore and its implementations
...
They were deprecated in Emu
Change-Id: I4272c7788bcd74ad7f272392a67b07bde6b09df4
2016-03-24 19:28:38 +00:00
Sho SHIMIZU
94eff80e81
Remove deprecated interface, its implementation and CLIs
...
Change-Id: Id644a8cd07abd6e0ece6392790943d401a81d180
2016-03-24 19:13:21 +00:00
Sho SHIMIZU
b1681bda10
Remove dependency on LinkResourceService from Constraint
...
Change-Id: Ib9c488331b22eef6769a767c6186ef7d2e8b1501
2016-03-24 18:23:57 +00:00
Thomas Vachuska
fba7f3d972
ONOS-4137 Adding a "ready" check-mark glyph to the node instances.
...
Introduced a new INSTANCE_READY type of ClusterEvent.
Change-Id: I7f77ebae56cb18c196cd3ec7f2735faa4ca363db
2016-03-23 23:10:44 +00:00
Michele Santuari
6096acd0d6
Add MPLS encapsulation behaviour ONOS-3467
...
- MPLS encapsulation using constraint
- New MPLS encapsulation test
- Fix VLAN encapsulation test
Change-Id: I94670bcd51a95a0272f786681e51d6785a56c4f5
2016-03-23 21:45:51 +00:00
Thomas Vachuska
7a8de847ad
Added ability to track whether or not node has all components running fully.
...
Change-Id: Ib2b90c7a842976a3b3a9711367fa1eed43103b17
2016-03-23 19:10:15 +00:00
Madan Jampani
329dd1b66b
Avoid autoboxing in high frequency code paths
...
Change-Id: I3b34bed6e99714daab7b4a18b36ef6c5cafb019c
2016-03-22 22:38:19 +00:00
Thomas Vachuska
0af2691210
Adding server-side user preferences.
...
More work still needs to get done to allow client to process
server-pushed preferences updates.
Change-Id: I6e80e3f3677285cb19cfa3b6240c1b13aac56622
2016-03-22 13:25:31 -07:00
Sho SHIMIZU
4e2149e120
Remove LambdaConstraint as IndexLambda is soon removed
...
Change-Id: I1b0a2b3e09d87bb2b8cf39136de15d0f3368f589
2016-03-21 19:52:10 +00:00
Saurav Das
244311924c
CLI command to help debug the mapping of next-Objectives to the
...
groups that are created by device drivers.
Change-Id: Iff9e04e5e96b2cabbdb40e83215315d2e27791a6
2016-03-21 18:04:20 +00:00
Sho SHIMIZU
602edca6b5
Tighten visibility of variable
...
Change-Id: Ia5cbed246414478d2f7de50ca6a67c4c6b2451b1
2016-03-11 17:20:38 -08:00
Brian O'Connor
955c316b54
Starting snapshot 1.6.0-SNAPSHOT
2016-03-10 15:27:19 -08:00
Brian O'Connor
55b4d80176
Tagging 1.5.0 (Falcon)
2016-03-10 15:24:41 -08:00
Madan Jampani
23696428f8
Starting snapshot 1.5.0-SNAPSHOT
2016-03-09 14:02:04 -08:00
Madan Jampani
b7a5420285
Tagging 1.5.0-rc3
2016-03-09 13:47:32 -08:00
Brian Stanke
0e5c94ea46
ONOS-4075 - Distributed virtual network store implementation,
...
and virtual network manager Junit tests.
Change-Id: Ic1f82822c894e3c394aa95df1e76ae59fe218120
2016-03-09 20:35:25 +00:00
Heedo Kang
4a47a304c4
More APIs permission for new ONOS APIs
...
Change-Id: I43fee65254adca451f77431bfbf5accdf95b81ab
2016-03-09 00:54:41 +00:00
Jian Li
fd46e1d293
Refine application title and category in app.xml and pom.xml
...
- Remove ONOS keyword from application title
- Capitalize each keyword in application title
- Make it consistent to use App, Provider and Driver in
application title
- Add right category name for each application
- Add missing application title and category
- Make application category comment more descriptive
Change-Id: Ib886b4a4293c38bd546a4107b20569f1bd7031a7
2016-03-08 18:41:50 +00:00
Saurav Das
0fd79d91ea
Group handling changes:
...
Edge case fix in group store where extraneous group buckets are updated so the group can be reused
Bug fix for broadcast group in OF-DPA as there can only be one l2flood group per vlan
Group operation failure codes are now reported by the provider to the core
Group ids are displayed in hex in a couple of places
Change-Id: Ib48d21aa96e0400b77999a1b45839c28f678e524
2016-03-08 02:12:14 +00:00
Simon Hunt
afae2f71fc
Apps-- added onos.app.title property to applications.
...
Change-Id: Id845390ee0bee5b871c0ce9f47b2ce98fbcf26b9
2016-03-07 19:30:59 +00:00
Marc De Leenheer
81df608444
Avoid null pointer exception when comparing annotations
...
Change-Id: Iedcd138fb6cbc5be6bdf79890e872d1d4a9ccc82
2016-03-05 11:02:51 -08:00
Ray Milkey
d7909ca0e3
Fixes for javadoc errors
...
Change-Id: Idb4f08df4e2c794528b1f359f3fef6c4850eabc8
2016-03-04 08:47:02 -08:00
Jian Li
1ef82db5f5
[ONOS-4115] Support flow table pipeline for REST API
...
This commit adds capability to handle Table type in
InstructionCodec.
Change-Id: I82f1abf9f7ed17df3885746e8c24223190dd216f
2016-03-04 01:36:18 +00:00
Jian Li
f03251107b
Bug fix: display correct treatment content
...
Change-Id: I112352c172289325a84234754e4a2106461e36d3
2016-03-04 01:35:14 +00:00
Thomas Vachuska
5d8994ffce
Starting snapshot 1.5.0-SNAPSHOT
2016-03-03 17:13:26 -08:00
Thomas Vachuska
40d5255ca9
Tagging 1.5.0-rc2
2016-03-03 17:08:36 -08:00
Heedo Kang
d8241c7d85
SM-ONOS performance improvement
...
Change-Id: Ieefb3cc3da34b2080e41b40e6f09ac5570a3079b
2016-03-03 23:49:30 +00:00
Brian Stanke
81fe2386f6
ONOS-4075 TestDistributedSet implementation and Junit tests.
...
Change-Id: I77ea0beb5a1adbdbf8632c599b631d728455aa9a
2016-03-03 21:39:32 +00:00
Jonathan Hart
84f4f31cce
Cleaned up NewAdaptiveFlowStatsCollector logs to prevent excessive
...
object creation and string concatenation.
Dropped per-flow-stats-request logs to TRACE level.
Change-Id: I2dd55030bd1faa00d6fbfef74c7da1debb7f1d7d
2016-03-03 19:34:43 +00:00
Ray Milkey
d931a9bf75
Refactor some core testing adapters to not be in the openflow hierarchy
...
Change-Id: Ia2604337e4b9a7bfa4f6c3c06c5defc499143cba
2016-03-03 06:17:00 +00:00
Madan Jampani
a9e70a632e
[Falcon] Adds a status field to InternalMessage and support for replying with appropriate status when handler errors occur
...
Change-Id: I995bdd6c67b88b6d7729887d32083315213fb79f
2016-03-03 01:02:42 +00:00
Marc De Leenheer
c662d328f2
SNMP based device and flow rule provider for Lumentum SDN ROADMs.
...
ONOS-3690 and ONOS-3842
Change-Id: If00ba70fa26e01924c225596c52a5ffb24987cc2
2016-03-03 01:01:31 +00:00
Jian Li
b6859e104b
[ONOS-3949] Initial implementation of a Chart Model for Web GUI
...
Change-Id: I11e2fc38e25d7c05f5233b2ad0dbca8b82b11b02
2016-03-03 00:59:34 +00:00
Jonathan Hart
9eb45bbf5c
Add config validation for vRouter and PIM configs
...
Change-Id: I97ddf4f745a19df6998b15ae47ebde5aa5f46238
2016-03-03 00:59:04 +00:00