1270 Commits

Author SHA1 Message Date
alshabib
ce2a9586b4 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-07 16:52:10 -07:00
alshabib
902d41b8cd initial working impl of batch operations
Change-Id: Ie970543dec1104a394c7bcfa6eec24c0538278d6
2014-10-07 16:52:05 -07:00
Jonathan Hart
d357689384 Disabled flaky HostMonitor tests again 2014-10-07 14:43:07 -07:00
alshabib
8ca53901fe added hashcode and equals to treatments
UnmodifiableCollection can be bad in a hashCode

Change-Id: I55700541dc7ab46b21e5e9e9cc19c70f0c7f7494
2014-10-07 13:11:17 -07:00
tom
1dd08e4949 Enhanced flow list command to be more parsable and to use sorted devices list.
Fixed NPE.
2014-10-07 11:44:45 -07:00
tom
53945d53f7 Working on intent uninstall during recompilation. 2014-10-07 11:01:36 -07:00
Yuta HIGUCHI
672488d8cf KryoSerializationService -> Serializer
- no longer a shared OSGi service.

Change-Id: Ie2b2320e92685cd515b30ffc472e3a02149a5bbd
2014-10-07 09:32:19 -07:00
tom
4e969043ff Fixed some javadocs and added a listener to the FooComponent to show what intent events are perceptible externally. 2014-10-07 00:47:30 -07:00
tom
85258ee4a8 Reworked intent states to the new set of states.
Separate intent state from intent event type.
Implemented new state transitions in IntentManager.
Implemented ObjectiveTracker.
Re-route now works.
2014-10-07 00:10:02 -07:00
Yuta HIGUCHI
a546afc37a Try fixing Timer bug
Change-Id: I044c0f5c8eb9874b4508da216a827c86fdd8b436
2014-10-06 21:44:48 -07:00
tom
a2ad1186a8 Merge remote-tracking branch 'origin/master' 2014-10-06 20:52:17 -07:00
tom
800709a294 Experimenting. 2014-10-06 20:52:14 -07:00
Jonathan Hart
e93687ee7e Disabled randomly failing test 2014-10-06 19:14:30 -07:00
tom
1456fe758f Merge remote-tracking branch 'origin/master'
Conflicts:
	apps/ifwd/src/main/java/org/onlab/onos/ifwd/IntentReactiveForwarding.java
2014-10-06 16:56:06 -07:00
Jonathan Hart
b4758a9f58 Host monitor test 2014-10-06 14:23:52 -07:00
tom
7951b23a7c Fixed NPE when removing flows. 2014-10-06 13:35:30 -07:00
tom
a0ed763c88 Merge remote-tracking branch 'origin/master' 2014-10-06 13:13:45 -07:00
tom
9b4030df2a Added a summary command. 2014-10-06 10:39:03 -07:00
Yuta HIGUCHI
3541bf2914 bugfix was comparing DeviceId with Device
Change-Id: I5b138b64c4e7b2e0e217218c225b59bc3e63337f
2014-10-06 09:51:17 -07:00
Yuta HIGUCHI
59718042b9 Fixed checkNotNull in ProxyArpManager
Change-Id: I101b44a8e392fb2c96eac2019a5550b436ad0336
2014-10-06 09:51:16 -07:00
tom
95329ebc68 Starting to experiment with flow tracking. 2014-10-06 08:40:06 -07:00
alshabib
1c319ffc2e the return of the flowentry
Change-Id: I7dbeb6af2014a4df5b0beb7fe0157eaaac63bd0f
2014-10-04 20:29:09 -07:00
Brian O'Connor
a4cab073be Remove Path Intent 2014-10-03 18:46:39 -07:00
Jonathan Hart
8f6f1eacfc More HostMonitor cleanup and javadocs 2014-10-03 16:05:49 -07:00
tom
f5c9d920f7 Added bi-directional nature to HostToHost intent. 2014-10-03 15:22:03 -07:00
alshabib
c274c90395 proxy arp application
Change-Id: Ic2136537a4104e75b64ae4731e1bae4f3a4c1661
2014-10-03 14:58:27 -07:00
alshabib
85c4197a83 flow service idle timeout based on wall clock
Change-Id: Ifb2c15ab9e5c5b07c58f3194ff2152cef650a6ae
2014-10-03 13:48:39 -07:00
alshabib
a0e0498e26 illegalArgument exception for priority
Change-Id: I9bce0b677b937ee691ac24c13c88a632cfb2339e
2014-10-03 13:03:19 -07:00
tom
9a693fda41 Fixed traffic selector builder to allow only one criterion.
Temporarily disabled flow rule time-out.
2014-10-03 11:32:19 -07:00
Jonathan Hart
34ed2fd61b Cleaned up HostMonitor and support HostProvider invalidation 2014-10-03 08:20:50 -07:00
tom
a1d16b655d Corrected some javadocs. 2014-10-02 23:45:11 -07:00
Yuta HIGUCHI
68b349491e Sliced out Provider-ish API from ClockService
Change-Id: I438815f2dc7a3a304f7dc8fb09550b2a5f779265
2014-10-02 23:23:21 -07:00
tom
008126b8ea Fixing a compile issue. 2014-10-02 21:31:37 -07:00
Brian O'Connor
66630c8f6e Adding Intent Impl and shell command to install simple intent 2014-10-02 21:08:31 -07:00
Ayaka Koshibe
bb218b6965 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-02 17:44:21 -07:00
alshabib
95cf139886 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-02 17:15:27 -07:00
alshabib
ba5ac487b5 flowrules no longer install a timeout but are monitored by onos in order to be expired
Change-Id: Ibd1a5952349d7ccb27c92b4982d04574f31424c0
2014-10-02 17:15:20 -07:00
Jonathan Hart
70da512717 Wired up HostMonitor to its dependencies and got it working. 2014-10-02 16:42:48 -07:00
Ayaka Koshibe
8583ff3b88 tests for DistributedMastershipStore
Change-Id: Ic7daa333ac7d7947155b745daf08e4771f1189ef
2014-10-02 16:26:37 -07:00
alshabib
1f641c0b4c Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-10-01 16:39:42 -07:00
alshabib
6eb438a78b fixes for office deployment
Change-Id: I322dc856cb2f724e1860f3e30b3bcb5445c8fb65
2014-10-01 16:39:37 -07:00
Yuta HIGUCHI
5f6739c078 Add ProviderID to DeviceStore port update APIs
- Not utilized by store implementation yet.

Change-Id: Iad757c2504fbeb3d9672f163aa05b5c45b19d3bd
2014-10-01 14:04:01 -07:00
tom
ea961ffc82 Moved trivial from net to store.
Fixed some javadocs.
2014-10-01 12:45:15 -07:00
Ayaka Koshibe
751fb1efcc Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-30 11:56:29 -07:00
Ayaka Koshibe
971a38a44e relinquishes mastership when device disconnects
Change-Id: I1aecc8862ce297569c358e1deb5ddc5fb52d5dd3
2014-09-30 11:56:23 -07:00
alshabib
4906fabe8d initial mobility support
Change-Id: Idf42bd2f769b3c687c4acc18241e19970c6cd7e2
2014-09-29 23:58:12 -07:00
Ayaka Koshibe
78d16a4eb2 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-09-29 23:43:50 -07:00
alshabib
cccd6b95a9 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
Conflicts:
	core/net/src/main/java/org/onlab/onos/net/proxyarp/impl/package-info.java

Change-Id: I7bf076fae02c619ff0d57ffcbff4a4189716c474
2014-09-29 19:20:39 -07:00
alshabib
b5522ff102 proxy arp functional; needs testing
Change-Id: Ib948ec3eac07d2650becf720a9c3c5ca014a0994
2014-09-29 19:20:00 -07:00
Yuta HIGUCHI
ad4c218ff6 Slice out SerializationService from StoreService
Change-Id: I23a3616179fd5626277037fd0014670da8e15da4
2014-09-29 18:42:29 -07:00