- 09 Apr, 2015 11 commits
-
-
- ONOS-1012: Fix TCP checksum when using IPv6 - ONOS-1013: Fix UDP checksum when using IPv6 - ONOS-1593: Remove get/setTcpChecksum - Remove unnecessary parameter of getUrgentPointer() in TCP - Complete javadoc for TCP - Add unit test for {TCP,UDP,ICMP6} Change-Id: Iad5eeb35812ede6764a9a9a4a57b9837e5ea5dd6
Charles M.C. Chan authored -
- Device, Port, Link can now be encoded and decoded back to Java Object, which will be Object#equals to the original. - Modified DeviceServiceAdapter to be null-safe when possible - Modified JSON assertion/matcher not to check for exact number of attributes Change-Id: I7cf02e2254cf17f6265fb15847912519e564b14f
HIGUCHI Yuta authored -
…d couple of areas that are currently vulnerable to clock skew Change-Id: I14548ecb3c783104de8d72cbb5eb21de6ece08ed
Madan Jampani authored
- 08 Apr, 2015 7 commits
-
-
…f the topology view toolbar, instead of being in the masthead. Keystroke 'N' for cycle node layers added. Button glyph added. Fixed previously unseen broken unit tests for table.js. Change-Id: I6e53bdc6cacbf41b990abd07d30fc99ef4c3b8c0
Bri Prebilic Cole authored
- 07 Apr, 2015 5 commits
-
-
These objective will be used to provide a layer of abstraction that isolates applications for device pipeline details. initial objective support Change-Id: I019302822421f0fe1f508f2f7527d91578e30116 initial implemetation of a simple pipeline behaviour Change-Id: Id0d9167896c717d05cda90e1524fc24c76e9fc9b initial implementation of objectives Change-Id: I768fa2020308d5feb95eaaff355aa511b323beca
alshabib authored -
This module can handle 3 cases: (1) one host wants to talk to another host, both two hosts are in SDN network. (2) one host in SDN network wants to talk to another host in Internet. (3) one host from Internet wants to talk to another host in SDN network. In all cases, we use MultiPointToSinglePointIntent. Change-Id: I80dd954bd608e52b45b993f3c27e67636a7105d9
Pingping Lin authored -
… in Device View. Removed rounded bottom corners of tabular views, created table.css instead of using common.css Change-Id: I77ff4c3abe051e1e4e566eb805e4b4a695f011ba
Bri Prebilic Cole authored
- 04 Apr, 2015 1 commit
- 03 Apr, 2015 14 commits
-
-
leader/backups (candidates) for a topic. This includes removing the RoleInfo in LeadershipEvent, to deduplicate information. RoleInfo is also made a bit saner with the Optional leader field. part of: Device Mastership store on top of LeadershipService Reference: ONOS-76 Change-Id: I957c4d79125873d5a7280f60231d26d2806ab27f
Ayaka Koshibe authored -
Added support for -s|--short option when listing configs. Change-Id: I9235cc5eec34826ff90feb5642981080fcfa1524
Thomas Vachuska authored -
- add test to be sure that all flows are removed when intents are withdrawn - add test to be sure that all flows are removed when an intent installation fails. Currently disabled, intent cleanup is not implemented - enable installation time out test Change-Id: I8c7a75292a97404ef89856647c67ef2f70ffcf6f
Ray Milkey authored -
- updated table builder comments Change-Id: I07f4609bdcc5b2cfd728310f701cafae33115313
Simon Hunt authored -
- Enable zoom by default - Suppress tooltips - Suppress user-selection "blue-square" from #ov-topo svg Change-Id: I00918f669444822a8b2b89f6c057741a0251fbd1
Simon Hunt authored
-
- 02 Apr, 2015 2 commits
-
-
- Updated devices, hosts, and intents to use new service. Change-Id: I1345ece0ff6e9b86a34488b0f07d39c60cdcc520
Bri Prebilic Cole authored